From 4b77ca5eff5d5ca6001e9a42ece73a72fe706d71 Mon Sep 17 00:00:00 2001 From: Mahmud Hussain Date: Wed, 13 Mar 2024 11:10:10 +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 6bb84270..cb402532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: with: skip_sca: true secrets: inherit + permissions: + contents: read + security-events: write + actions: read codeql-sast: name: CodeQL SAST scan