ci: add pip-audit check

This commit is contained in:
sebthom
2025-05-11 20:14:38 +02:00
parent aa00d734ea
commit 314285583e
3 changed files with 420 additions and 2 deletions

View File

@@ -134,6 +134,12 @@ jobs:
run: pdm show
- name: Check with pip-audit
# until https://github.com/astral-sh/ruff/issues/8277
run:
pdm run pip-audit --progress-spinner off --skip-editable --verbose
- name: Check with ruff
run: pdm run ruff check