mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 03:14:58 -04:00
Ignore known issue with redis 4.5.3
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -54,7 +54,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
|
||||
- name: Run npm audit
|
||||
run: make npm-audit
|
||||
|
||||
|
||||
2
.github/workflows/daily_checks.yml
vendored
2
.github/workflows/daily_checks.yml
vendored
@@ -29,7 +29,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
|
||||
- name: Run npm audit
|
||||
run: make npm-audit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user