revert: undo ignore vuln
This commit is contained in:
parent
9f9a7cf66b
commit
a2604cfff5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install pip-audit
|
pip install pip-audit
|
||||||
cd ${GITHUB_WORKSPACE}
|
cd ${GITHUB_WORKSPACE}
|
||||||
pip-audit --desc on --ignore-vuln PYSEC-2023-312 --ignore-vuln CVE-2025-68616 .
|
pip-audit --desc on --ignore-vuln PYSEC-2023-312 .
|
||||||
|
|
||||||
precommit:
|
precommit:
|
||||||
name: 'Pre-Commit'
|
name: 'Pre-Commit'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue