Commit 5585e98
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
0 commit comments