From 9e2f08d40a5f4a9a4e3d1af66390570a0d522917 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Mon, 1 Jun 2026 16:50:02 +0200 Subject: [PATCH] fix: Update pip-audit command to specify requirements file for dependency audit --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 78935e9..6c43eaa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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