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 13, 2024
1 parent ef1216a commit 21047d1
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 @@ -15,6 +15,10 @@ jobs:
name: SNYK security analysis
uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@main
secrets: inherit
permissions:
contents: read
security-events: write
actions: read

codeql-sast:
name: CodeQL SAST scan
Expand Down

0 comments on commit 21047d1

Please sign in to comment.