setup custom token for trivy
Some checks failed
Build / Build & push new image (push) Successful in 11m20s
Build / Scan current image with Trivy (push) Failing after 39s
Build / Scan current image with Grype (push) Failing after 52s

This commit is contained in:
titanz 2025-02-05 20:59:40 +01:00
parent 18e87eb663
commit 50e6103818
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -91,6 +91,7 @@ jobs:
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
vuln-type: os,library
cache: 'false'
token-setup-trivy: ${{ secrets.ACTIONS_TOKEN }}
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3