Update .github/workflows/codescanning.yaml

This commit is contained in:
hgn
2025-01-16 12:57:10 +01:00
parent 777e4b2b1c
commit 06bef64e87

View File

@@ -21,6 +21,7 @@ jobs:
output: trivy.txt output: trivy.txt
exit-code: '1' exit-code: '1'
severity: 'CRITICAL,HIGH' severity: 'CRITICAL,HIGH'
github-pat: {{secret.PLT_GIT}}
- name: Publish Trivy Output to Summary - name: Publish Trivy Output to Summary
run: | run: |