Skip to content

Commit 4af8434

Browse files
committed
Debug OSV-Scanner action #1730
Signed-off-by: tdruez <[email protected]>
1 parent dfa7786 commit 4af8434

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sca-integration-osv.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- main
99

1010
permissions:
11+
# Required to upload SARIF file to CodeQL. See: https://github.com/github/codeql-action/issues/2117
12+
actions: read
13+
# Require writing security events to upload SARIF file to security tab
14+
security-events: write
15+
# to fetch code (actions/checkout)
1116
contents: read
1217

1318
env:

0 commit comments

Comments
 (0)