Skip to content

Commit

Permalink
Merge pull request #312 from alphagov/update-snyk-permissions
Browse files Browse the repository at this point in the history
Add required permissions for integrating snyk with code scanning
  • Loading branch information
MahmudH committed Mar 18, 2024
2 parents 8230ca8 + d643a7a commit 30e00f0
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 @@ -18,6 +18,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 30e00f0

Please sign in to comment.