We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0415279 commit c921be9Copy full SHA for c921be9
1 file changed
.github/workflows/trivy_periodic_scan.yml
@@ -86,6 +86,7 @@ jobs:
86
deployments: write
87
security-events: write
88
packages: write
89
+ actions: read # Required by docker_build.yml's nested trivy-scan job
90
91
# Only create the git tag after the rebuilt image passes Trivy and is pushed
92
create-tag:
0 commit comments