From c6501971c618867cdea666a30ecb50dfc51fe8fe Mon Sep 17 00:00:00 2001 From: Mahmud Hussain Date: Wed, 13 Mar 2024 11:08:44 +0000 Subject: [PATCH] Add required permissions for integrating snyk with code scanning --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b5a67c..00ed835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,10 @@ jobs: name: SNYK security analysis uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@main secrets: inherit + permissions: + contents: read + security-events: write + actions: read codeql-sast: name: CodeQL SAST scan