Commit 9ff571a
fix: make pip-audit non-blocking in CI
The --strict flag caused CI failure on transitive dependency
vulnerabilities (filelock TOCTOU CVEs) that we don't control.
Use continue-on-error so audit reports but doesn't block.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 737b23f commit 9ff571a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
0 commit comments