Skip to content

Commit

Permalink
Merge pull request #102 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 300a2f0 + 0e6cc3c commit f720724
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 @@ -14,6 +14,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 f720724

Please sign in to comment.