Skip to content

Commit 70f8227

Browse files
committed
chore: add permissions trivy-docker
1 parent 3c6f85c commit 70f8227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trivy-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ on:
2525
workflow_dispatch:
2626

2727
permissions:
28-
actions: none
28+
actions: write
2929
checks: none
3030
contents: read
3131
deployments: none
3232
issues: none
3333
packages: none
3434
pull-requests: none
3535
repository-projects: none
36-
security-events: none
36+
security-events: write
3737
statuses: none
3838

3939
# Cancel in-progress runs for pull requests when developers push

0 commit comments

Comments
 (0)