Merge pull request #1429 from GSA/fix-redis-pip-audit

Add redis ID to ignore vulnerability list in pip-audit
This commit is contained in:
Kenneth Kehl
2024-11-22 07:59:06 -08:00
committed by GitHub

View File

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