Ignore known issue with redis 4.5.3

This commit is contained in:
Ryan Ahearn
2023-03-28 09:06:21 -04:00
parent a528282c13
commit 8e64fb12ba
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- uses: pypa/gh-action-pip-audit@v1.0.4
with:
inputs: requirements.txt
ignore-vulns: PYSEC-2022-237
ignore-vulns: GHSA-8fww-64cx-x8p5
static-scan:
runs-on: ubuntu-latest