Skip to content

Commit

Permalink
Merge pull request #72 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 19, 2024
2 parents b9f0786 + c2dffe3 commit 2a9d0db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
snyk-security:
name: SNYK security analysis
uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@main
with:
skip_sca: true
secrets: inherit

permissions:
contents: read
security-events: write
actions: read

codeql-sast:
name: CodeQL SAST scan
uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main
Expand Down

0 comments on commit 2a9d0db

Please sign in to comment.