Merge pull request #2622 from GSA/ignore-redis-false-report

Updated pip-audit ignore-vulns
This commit is contained in:
Beverly Nguyen
2025-05-28 17:49:19 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -144,8 +144,7 @@ jobs:
with:
inputs: requirements.txt
ignore-vulns: |
PYSEC-2024-60
PYSEC-2022-43162
PYSEC-2023-312
- name: Run npm audit
run: make npm-audit

View File

@@ -29,6 +29,8 @@ jobs:
- uses: pypa/gh-action-pip-audit@v1.1.0
with:
inputs: requirements.txt
ignore-vulns: |
PYSEC-2023-312
- name: Run npm audit
run: make npm-audit