From a89000a6cc1647b4a5254c428908ac0fe50094ef Mon Sep 17 00:00:00 2001 From: hgn Date: Thu, 16 Jan 2025 12:58:42 +0100 Subject: [PATCH] Update .github/workflows/codescanning.yaml --- .github/workflows/codescanning.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codescanning.yaml b/.github/workflows/codescanning.yaml index 5b4afbb..2d8ddc3 100644 --- a/.github/workflows/codescanning.yaml +++ b/.github/workflows/codescanning.yaml @@ -21,7 +21,7 @@ jobs: output: trivy.txt exit-code: '1' severity: 'CRITICAL,HIGH' - github-pat: {{ secret.PLT_GIT }} + github-pat: ${{ secret.PLT_GIT }} - name: Publish Trivy Output to Summary run: |