From 6a31f6b5a2084b36b4125b1bc4a6286fda9f8a4a Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Thu, 28 Dec 2023 11:32:34 +0000 Subject: [PATCH] Add Snyk scans to CI pipeline https://trello.com/c/RPICx1Qm/3366-add-snyk-sast-and-sca-scans-to-all-govuk-repos-2 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de3509ee..865f546b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,11 @@ on: pull_request: jobs: + snyk-security: + name: SNYK security analysis + uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@main + secrets: inherit + security-analysis: name: Security Analysis uses: alphagov/govuk-infrastructure/.github/workflows/brakeman.yml@main