disable cache
Some checks failed
Build / Build & push new image (push) Successful in 11m25s
Build / Scan current image with Trivy (push) Failing after 41s
Build / Scan current image with Grype (push) Failing after 51s

This commit is contained in:
titanz 2025-02-05 19:52:02 +01:00
parent eb26d5cffd
commit 18e87eb663
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

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