We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f7e5b9 + 4782d4b commit c13eeacCopy full SHA for c13eeac
1 file changed
.github/workflows/docker_security.yml
@@ -21,6 +21,7 @@ jobs:
21
buildx:
22
permissions:
23
contents: read
24
+ actions: read # Required for upload-sarif to get workflow run info
25
security-events: write # Required for uploading SARIF results
26
pull-requests: write # Required for PR comments summarizing vulnerabilities
27
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
0 commit comments