From 14b733d7b8b06140d7d951216903aca9463a2e20 Mon Sep 17 00:00:00 2001 From: hgn Date: Thu, 16 Jan 2025 12:57: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 55ecb60..5b4afbb 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: |