Skip to content

Commit 5585e98

Browse files
chore: disable fail-build on Anchore container scan (#4285)
## Summary - Sets `fail-build: false` on the Anchore `scan-action@v3` step in the CI workflow - Critical vulnerability findings will still be reported in the scan output, but will no longer block the pipeline ## Test plan - [ ] Verify CI pipeline runs and the Anchore scan step completes without failing the build - [ ] Confirm scan results are still visible in the workflow logs 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk workflow-only change; CI will no longer block merges on critical vulnerability findings, which reduces enforcement rather than altering runtime behavior. > > **Overview** > Updates the CI `test_dockerfile` job to set `fail-build: false` for the `anchore/scan-action@v3` container scan. > > Critical (fixed) vulnerabilities will still be reported in the scan output, but they will no longer fail the pipeline. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b01f263. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f6fcba4 commit 5585e98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,6 @@ jobs:
316316
with:
317317
image: "unstructured:dev"
318318
severity-cutoff: critical
319+
fail-build: false
319320
only-fixed: true
320321
output-format: table

0 commit comments

Comments
 (0)