From 32720dd8d2ed07989a8bb58af4b567da34074a62 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Thu, 28 Dec 2023 11:17:54 +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 42e475b..0169fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,11 @@ name: Continuous integration on: [push, 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