fix: Update pip-audit command to specify requirements file for dependency audit
CI / lint-test-build (push) Failing after 43s
CI / lint-test-build (push) Failing after 43s
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
run: mypy src
|
run: mypy src
|
||||||
|
|
||||||
- name: Dependency audit
|
- name: Dependency audit
|
||||||
run: pip-audit --skip-editable
|
run: pip-audit -r requirements/latest-runtime.in
|
||||||
|
|
||||||
- name: Secret scan (worktree + git history)
|
- name: Secret scan (worktree + git history)
|
||||||
run: python scripts/security_scan.py
|
run: python scripts/security_scan.py
|
||||||
|
|||||||
Reference in New Issue
Block a user