fix: add user/pass to trivy workflow
Some checks failed
Build, Scan and Publish Docker Image / build-and-push (push) Failing after 1m27s

This commit is contained in:
2026-01-17 20:52:45 +01:00
parent 79f6fe0b23
commit ef33c6b82d

View File

@@ -51,6 +51,9 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
env:
- TRIVY_USERNAME: ${{ secrets.PACKAGE_USER }}
- TRIVY_PASSWORD: ${{ secrets.PACKAGE_TOKEN }}
# Step 3: If scan passes, Build and Push to Registry
- name: Build and push Docker image