We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043fb2e commit 5aa82b7Copy full SHA for 5aa82b7
.github/workflows/checkmarx.yaml
@@ -5,6 +5,7 @@ permissions:
5
contents: read # we only need to checkout code
6
actions: read # to query workflows/runs
7
pull-requests: write # to comment on or label PRs
8
+ security-events: write # to upload the scan results
9
10
on:
11
pull_request:
0 commit comments