From 11aaa285c631a82e499a9c7c148b75d0bb9676ec Mon Sep 17 00:00:00 2001 From: KarlMoores <292835949+karlmcgi@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:58:00 +0100 Subject: [PATCH] CCM-23398: Adding Grype PR permissions to allow skip dependencies check --- .github/workflows/stage-1-commit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index 01e31f31a..8380f5202 100644 --- a/.github/workflows/stage-1-commit.yaml +++ b/.github/workflows/stage-1-commit.yaml @@ -184,6 +184,7 @@ jobs: permissions: id-token: write contents: read + pull-requests: read timeout-minutes: 5 steps: - name: "Checkout code"