Skip to content

Commit

Permalink
Add Snyk scans to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Dec 28, 2023
1 parent 74dd680 commit 4a7f3aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
type: string

jobs:
snyk-security:
name: SNYK security analysis
uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@main
secrets: inherit

codeql-sast:
name: CodeQL SAST scan
uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main
Expand Down

0 comments on commit 4a7f3aa

Please sign in to comment.