Skip to content

Commit c921be9

Browse files
authored
Add actions read permission for Trivy scan job (#1355)
1 parent 0415279 commit c921be9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/trivy_periodic_scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
deployments: write
8787
security-events: write
8888
packages: write
89+
actions: read # Required by docker_build.yml's nested trivy-scan job
8990

9091
# Only create the git tag after the rebuilt image passes Trivy and is pushed
9192
create-tag:

0 commit comments

Comments
 (0)