diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d3c46..f10fd89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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