Skip to content

Commit

Permalink
Add required permissions for integrating snyk with code scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmudH committed Mar 19, 2024
1 parent bfa116f commit 4b77ca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
skip_sca: true
secrets: inherit
permissions:
contents: read
security-events: write
actions: read

codeql-sast:
name: CodeQL SAST scan
Expand Down

0 comments on commit 4b77ca5

Please sign in to comment.