Skip to content

Commit

Permalink
Merge pull request #1429 from GSA/fix-redis-pip-audit
Browse files Browse the repository at this point in the history
Add redis ID to ignore vulnerability list in pip-audit
  • Loading branch information
terrazoon authored Nov 22, 2024
2 parents 7f9f205 + 8aa1980 commit 186a5f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 186a5f2

Please sign in to comment.