mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
ignore 2 vuln
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
aaf198dbb6
commit
5dc9139e45
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
run: pip freeze > requirements.txt
|
||||
|
||||
- name: Audit dependencies
|
||||
run: pip-audit
|
||||
run: pip-audit --ignore-vuln PYSEC-2022-42969 --ignore-vuln PYSEC-2022-203
|
||||
|
||||
test:
|
||||
needs: lint
|
||||
|
||||
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
||||
run: pip freeze > requirements.txt
|
||||
|
||||
- name: Audit dependencies
|
||||
run: pip-audit
|
||||
run: pip-audit --ignore-vuln PYSEC-2022-42969 --ignore-vuln PYSEC-2022-203
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user