From 06bef64e87e2e592d3d2e68222eaa66624d73d3a Mon Sep 17 00:00:00 2001 From: hgn Date: Thu, 16 Jan 2025 12:57:10 +0100 Subject: [PATCH] Update .github/workflows/codescanning.yaml --- .github/workflows/codescanning.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codescanning.yaml b/.github/workflows/codescanning.yaml index 7b4127e..55ecb60 100644 --- a/.github/workflows/codescanning.yaml +++ b/.github/workflows/codescanning.yaml @@ -21,6 +21,7 @@ jobs: output: trivy.txt exit-code: '1' severity: 'CRITICAL,HIGH' + github-pat: {{secret.PLT_GIT}} - name: Publish Trivy Output to Summary run: |