From f9dd1ee5f1f67098ec39cb5794de3efcd2861585 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Fri, 24 Nov 2023 14:22:01 +0000 Subject: [PATCH] Add CodeQL (SAST) scan and Dependency Review (SCA) scan to CI pipeline https://trello.com/c/gbGaKLLu/3352-add-sca-and-sast-scans-to-all-govuk-repos-2 --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 515a221..adbce04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,16 @@ on: type: string jobs: + codeql-sast: + name: CodeQL SAST scan + uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main + permissions: + security-events: write + + dependency-review: + name: Dependency Review scan + uses: alphagov/govuk-infrastructure/.github/workflows/dependency-review.yml@main + # This matrix job runs the test suite against multiple Ruby versions test_matrix: strategy: