fix: pip-audit use project_path for fail-on-severity
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 1m12s
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 1m12s
This commit is contained in:
parent
f2da42d75a
commit
7eef772404
@ -26,4 +26,4 @@ jobs:
|
||||
run: pip-audit -r repo/Pipfile.lock || true
|
||||
|
||||
- name: Fail on HIGH/CRITICAL
|
||||
run: pip-audit -r repo/Pipfile.lock --severity high --fail-on-severity high
|
||||
run: pip-audit repo/Pipfile.lock --fail-on-severity high
|
||||
Loading…
Reference in New Issue
Block a user