Skip to content

Commit

Permalink
Merge pull request #3931 from alphagov/skip-snyk-sca-scans
Browse files Browse the repository at this point in the history
Skip Snyk SCA scans
  • Loading branch information
robinjam committed Mar 18, 2024
2 parents a2aba9d + 2a5a098 commit 34e28e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ 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
Expand Down

0 comments on commit 34e28e8

Please sign in to comment.