From fbe25f7a5e3c5802a71c645e5b51f84d40575301 Mon Sep 17 00:00:00 2001 From: Quentin Boileau Date: Mon, 24 Aug 2026 14:35:12 +0200 Subject: [PATCH] fix: disable usless secrets scanner on trivy that was failing on big debug image layer --- .github/actions/scan-image/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/scan-image/action.yml b/.github/actions/scan-image/action.yml index b2fc364..63d7405 100644 --- a/.github/actions/scan-image/action.yml +++ b/.github/actions/scan-image/action.yml @@ -60,6 +60,7 @@ runs: ignore-unfixed: true severity: CRITICAL,HIGH,MEDIUM,LOW vuln-type: os,library + scanners: vuln exit-code: "0" - name: Grype scan