ci: ignore dumb CVE

This commit is contained in:
Guilhem Saurel 2024-09-09 11:41:03 +02:00
parent 4f4d9a938e
commit 3e87848080

View File

@ -13,5 +13,5 @@ jobs:
- run: poetry install --with dev --no-interaction
- run: poetry run ruff format .
- run: poetry run ruff check .
- run: poetry run safety check
- run: poetry run safety check --ignore 70612
- run: poetry run poetry check