Skip to content

Commit a06e511

Browse files
authored
Merge pull request #15 from CortexLM/fix/ci-audit-continue-on-error
fix(ci): add continue-on-error to audit job
2 parents 26b8a0e + d166a60 commit a06e511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ jobs:
195195
audit:
196196
name: Security Audit
197197
runs-on: blacksmith-4vcpu-ubuntu-2404
198+
# Continue on error - vulnerabilities are tracked via GitHub issues, not CI failures
199+
continue-on-error: true
198200
permissions:
199201
contents: read
200202
issues: write

0 commit comments

Comments
 (0)