try with github-pat variable to get the action working
Some checks failed
Build / Build & push new image (push) Successful in 11m51s
Build / Scan current image with Trivy (push) Failing after 39s
Build / Scan current image with Grype (push) Failing after 1m15s

This commit is contained in:
titanz 2025-02-07 16:14:44 +01:00
parent 50e6103818
commit 89b49f5d7b
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

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