From 7eef7724044ca54b68675e0ec6922bb925c645fe Mon Sep 17 00:00:00 2001 From: akarkode Date: Tue, 28 Apr 2026 10:23:13 +0700 Subject: [PATCH] fix: pip-audit use project_path for fail-on-severity --- .gitea/workflows/sca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sca.yml b/.gitea/workflows/sca.yml index cba66df..9ab3a62 100644 --- a/.gitea/workflows/sca.yml +++ b/.gitea/workflows/sca.yml @@ -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 \ No newline at end of file + run: pip-audit repo/Pipfile.lock --fail-on-severity high \ No newline at end of file