fix: trivy pipeline
Some checks failed
Build, Scan and Publish Docker Image / build-and-push (push) Failing after 1m30s

This commit is contained in:
2026-01-17 20:56:55 +01:00
parent ef33c6b82d
commit 905f7766c4

View File

@@ -51,6 +51,7 @@ jobs:
ignore-unfixed: true ignore-unfixed: true
vuln-type: 'os,library' vuln-type: 'os,library'
severity: 'CRITICAL,HIGH' severity: 'CRITICAL,HIGH'
github-pat: ""
env: env:
- TRIVY_USERNAME: ${{ secrets.PACKAGE_USER }} - TRIVY_USERNAME: ${{ secrets.PACKAGE_USER }}
- TRIVY_PASSWORD: ${{ secrets.PACKAGE_TOKEN }} - TRIVY_PASSWORD: ${{ secrets.PACKAGE_TOKEN }}