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: |