Update .github/workflows/codescanning.yaml
Some checks failed
build / Build (push) Failing after 6m52s

This commit is contained in:
hgn
2025-01-16 12:58:42 +01:00
parent 14b733d7b8
commit a89000a6cc

View File

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