mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
filter requirements text
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -88,9 +88,11 @@ jobs:
|
|||||||
- uses: ./.github/actions/setup-project
|
- uses: ./.github/actions/setup-project
|
||||||
- name: Create requirements.txt
|
- name: Create requirements.txt
|
||||||
run: poetry export --output requirements.txt
|
run: poetry export --output requirements.txt
|
||||||
|
- name: Filter requirements.txt
|
||||||
|
run: grep -v "oscrypto@ git" requirements.txt > requirements-audit.txt
|
||||||
- uses: pypa/gh-action-pip-audit@v1.0.8
|
- uses: pypa/gh-action-pip-audit@v1.0.8
|
||||||
with:
|
with:
|
||||||
inputs: requirements.txt
|
inputs: requirements-audit.txt
|
||||||
ignore-vulns: |
|
ignore-vulns: |
|
||||||
PYSEC-2022-43162
|
PYSEC-2022-43162
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user