From b01f263d16e3bc6fa083b3efed60215b43b9b04b Mon Sep 17 00:00:00 2001 From: Lawrence Elitzer Date: Mon, 16 Mar 2026 10:08:48 -0500 Subject: [PATCH] chore: disable fail-build on Anchore container scan Set `fail-build: false` on the Anchore scan-action step so critical vulnerability findings are reported but no longer block the CI pipeline. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3319fa9fd0..4dfaf0993a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -316,5 +316,6 @@ jobs: with: image: "unstructured:dev" severity-cutoff: critical + fail-build: false only-fixed: true output-format: table