Skip to content

Commit

Permalink
Merge pull request #115 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 authored Mar 18, 2024
2 parents 0e6a0bf + ab1feb1 commit 4ab3b34
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 @@ -4,6 +4,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 4ab3b34

Please sign in to comment.