fix: ci pipeline trivy-action, disable cache
Some checks failed
Build, Scan and Publish Docker Image / build-and-push (push) Failing after 1m16s

This commit is contained in:
2026-01-17 20:16:07 +01:00
parent 87eea5bb2c
commit 27b56da529

View File

@@ -51,6 +51,7 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
cache: false
# Step 3: If scan passes, Build and Push to Registry
- name: Build and push Docker image