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