mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
ci: ignore dumb CVE
This commit is contained in:
parent
4f4d9a938e
commit
3e87848080
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -13,5 +13,5 @@ jobs:
|
|||||||
- run: poetry install --with dev --no-interaction
|
- run: poetry install --with dev --no-interaction
|
||||||
- run: poetry run ruff format .
|
- run: poetry run ruff format .
|
||||||
- run: poetry run ruff check .
|
- run: poetry run ruff check .
|
||||||
- run: poetry run safety check
|
- run: poetry run safety check --ignore 70612
|
||||||
- run: poetry run poetry check
|
- run: poetry run poetry check
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user