Skip to content

Commit

Permalink
Merge pull request #313 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 003c377 + 1802dd1 commit 8230ca8
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

codeql-sast:
Expand Down

0 comments on commit 8230ca8

Please sign in to comment.