Merge pull request #36246 from sokumon/ignore-vuln-1

This commit is contained in:
Soham Kulkarni 2026-01-22 23:30:08 +05:30 committed by GitHub
commit d80b23ae19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'