mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05: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
@@ -76,7 +76,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
|
||||
|
||||
2
.github/workflows/daily_checks.yml
vendored
2
.github/workflows/daily_checks.yml
vendored
@@ -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
|
||||
|
||||
2
Makefile
2
Makefile
@@ -67,7 +67,7 @@ freeze-requirements: ## Pin all requirements including sub dependencies into req
|
||||
audit:
|
||||
pipenv requirements > requirements.txt
|
||||
pipenv requirements --dev > requirements_for_test.txt
|
||||
pipenv run pip-audit -r requirements.txt --ignore-vuln PYSEC-2022-237
|
||||
pipenv run pip-audit -r requirements.txt --ignore-vuln GHSA-8fww-64cx-x8p5
|
||||
-pipenv run pip-audit -r requirements_for_test.txt
|
||||
|
||||
.PHONY: static-scan
|
||||
|
||||
Reference in New Issue
Block a user