Skip to content

Commit

Permalink
Merge pull request #238 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 authored Mar 18, 2024
2 parents 9cda934 + 3ba6d63 commit a035143
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:
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 a035143

Please sign in to comment.