fix: Update pip-audit command to specify requirements file for dependency audit
CI / lint-test-build (push) Failing after 43s

This commit is contained in:
2026-06-01 16:50:02 +02:00
parent 778b41910a
commit 9e2f08d40a
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
run: mypy src
- name: Dependency audit
run: pip-audit --skip-editable
run: pip-audit -r requirements/latest-runtime.in
- name: Secret scan (worktree + git history)
run: python scripts/security_scan.py