fix: pip-audit use project_path for fail-on-severity
Some checks failed
SCA - pip-audit / pip-audit (push) Failing after 1m12s

This commit is contained in:
akarkode 2026-04-28 10:23:13 +07:00
parent f2da42d75a
commit 7eef772404

View File

@ -26,4 +26,4 @@ jobs:
run: pip-audit -r repo/Pipfile.lock || true run: pip-audit -r repo/Pipfile.lock || true
- name: Fail on HIGH/CRITICAL - 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