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