ignore setuptools vuln

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-30 23:00:33 +01:00
parent 7afbad216c
commit 57e5e0e0dd
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ jobs:
python-version: 3.9
- name: Install pip-audit
run: pip install --upgrade pip pip-audit setuptools
run: pip install --upgrade pip pip-audit
- name: Install dependencies
run: pip install .
@ -50,7 +50,7 @@ jobs:
run: pip freeze > requirements.txt
- name: Audit dependencies
run: pip-audit --ignore-vuln PYSEC-2022-42969 --ignore-vuln PYSEC-2022-203
run: pip-audit --ignore-vuln PYSEC-2022-42969 --ignore-vuln PYSEC-2022-203 --ignore-vuln GHSA-r9hx-vwmv-q579
test:
needs: lint

View File

@ -22,7 +22,7 @@ jobs:
python-version: 3.9
- name: Install pip-audit
run: pip install --upgrade pip pip-audit setuptools
run: pip install --upgrade pip pip-audit
- name: Install dependencies
run: pip install .
@ -31,6 +31,6 @@ jobs:
run: pip freeze > requirements.txt
- name: Audit dependencies
run: pip-audit --ignore-vuln PYSEC-2022-42969 --ignore-vuln PYSEC-2022-203
run: pip-audit --ignore-vuln PYSEC-2022-42969 --ignore-vuln PYSEC-2022-203 --ignore-vuln GHSA-r9hx-vwmv-q579