From b57a33e12ec4459ab858a1f22e3f2f4704481d2b Mon Sep 17 00:00:00 2001 From: Mahmud Hussain Date: Wed, 13 Mar 2024 11:16:20 +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 bce422d1c..9ac91d94a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,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