ignore aiohttp vulnerabilities

This commit is contained in:
Dmitry Afanasyev 2024-01-04 01:48:29 +03:00
parent 7436e6891c
commit 26dd083fad

View File

@ -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