Skip to content

Commit 725883a

Browse files
committed
add dependency vulnerability scanning
1 parent 930e4a1 commit 725883a

4 files changed

Lines changed: 616 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ test-integration:
2323
coverage:
2424
coverage run -m pytest && coverage report
2525

26+
# audit dependencies for known vulnerabilities
27+
audit:
28+
pip-audit
29+
2630
check-updates:
2731
uv pip list --outdated
2832

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dev = [
3535
"pre-commit~=4.5",
3636
"pyright~=1.1.407",
3737
"pypistats~=1.7",
38+
"pip-audit~=2.9",
3839
]
3940

4041
# ruff configuration

0 commit comments

Comments
 (0)