mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-17 16:11:20 -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
|
||||
- name: Create 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
|
||||
with:
|
||||
inputs: requirements.txt
|
||||
inputs: requirements-audit.txt
|
||||
ignore-vulns: |
|
||||
PYSEC-2022-43162
|
||||
|
||||
|
||||
Reference in New Issue
Block a user