Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ jobs:
run: uv run mypy src/

- name: Audit dependencies
run: uv run pip-audit
# CVE-2026-3219 affects the runner's bundled pip 26.0.1 (a tool, not a
# runtime dep of this project) and has no published fix yet — ignore
# until upstream pip ships a patched release. Track:
# https://github.com/advisories/CVE-2026-3219
run: uv run pip-audit --ignore-vuln CVE-2026-3219

- name: Security scan with bandit
run: uvx bandit -r src/ -q
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading