Merge pull request #36246 from sokumon/ignore-vuln-1
This commit is contained in:
commit
d80b23ae19
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: |
|
||||
pip install pip-audit
|
||||
cd ${GITHUB_WORKSPACE}
|
||||
pip-audit --desc on --ignore-vuln PYSEC-2023-312 .
|
||||
pip-audit --desc on --ignore-vuln PYSEC-2023-312 --ignore-vuln CVE-2025-68616 .
|
||||
|
||||
precommit:
|
||||
name: 'Pre-Commit'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue