diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8324e6053..5244276bd 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -90,6 +90,8 @@ jobs: - uses: pypa/gh-action-pip-audit@v1.0.8 with: inputs: requirements.txt + ignore-vulns: | + PYSEC-2022-43162 static-scan: runs-on: ubuntu-latest