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