From e5da9ef4fc4980f890967b9fa2527345298c3696 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Thu, 28 Dec 2023 11:02:36 +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 79991062..08d77a1c 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 + codeql-sast: name: CodeQL SAST scan uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main