Remove ignore-vulnerability line for remediated redis vuln

This commit is contained in:
Ryan Ahearn
2023-03-29 16:55:42 -04:00
parent 0120937777
commit 80184a98fd
3 changed files with 1 additions and 3 deletions

View File

@@ -54,7 +54,6 @@ jobs:
- uses: pypa/gh-action-pip-audit@v1.0.4
with:
inputs: requirements.txt
ignore-vulns: GHSA-8fww-64cx-x8p5
- name: Run npm audit
run: make npm-audit

View File

@@ -29,7 +29,6 @@ jobs:
- uses: pypa/gh-action-pip-audit@v1.0.4
with:
inputs: requirements.txt
ignore-vulns: GHSA-8fww-64cx-x8p5
- name: Run npm audit
run: make npm-audit