Commit d166a60
committed
fix(ci): add continue-on-error to audit job
The audit job is designed to track vulnerabilities via GitHub issues,
not block CI. The ci-success job already excludes audit from failure
checks, but the audit job itself was missing continue-on-error: true.
This fixes the CI failure when audit finds vulnerabilities that are
already tracked as issues.1 parent 26b8a0e commit d166a60
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments