Skip to content

Commit 77c50f0

Browse files
desioracclaude
andcommitted
fix(ci): make pip-audit blocking — skip editable packages instead of continue-on-error
The local arkforge-trust-layer package is not on PyPI, causing pip-audit to skip it. Using --skip-editable cleanly handles this while keeping the step blocking for real vulnerabilities in dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 55548a1 commit 77c50f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
- name: Audit dependencies
3131
run: |
3232
pip install pip-audit
33-
pip-audit
34-
continue-on-error: true
33+
pip-audit --skip-editable

0 commit comments

Comments
 (0)