mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
ignore aiohttp vulnerabilities
This commit is contained in:
parent
7436e6891c
commit
26dd083fad
3
.github/workflows/poetry-test.yml
vendored
3
.github/workflows/poetry-test.yml
vendored
@ -69,8 +69,9 @@ jobs:
|
||||
poetry run coverage run -m pytest
|
||||
poetry run coverage report
|
||||
- name: Extended checks
|
||||
continue-on-error: true
|
||||
run: |
|
||||
poetry run poetry check
|
||||
poetry run pip check
|
||||
poetry run safety check --full-report
|
||||
poetry run safety check --ignore=62583 --ignore=62582 --full-report
|
||||
poetry run pip-audit
|
Loading…
x
Reference in New Issue
Block a user