Skip to content

Commit

Permalink
Merge pull request #1262 from alphagov/remove-snyk
Browse files Browse the repository at this point in the history
Remove Snyk job from workflow
  • Loading branch information
MuriloDalRi committed May 16, 2024
2 parents f36db7c + 1a4027c commit d7fd17c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
on: [push, pull_request]

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 d7fd17c

Please sign in to comment.