Skip to content

Commit

Permalink
Fix CI: ignore CVE-2023-5752 (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
hugovk and hugovk authored Jan 20, 2024
1 parent 8a2de3b commit b1f0991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
- run: pip install --editable .
- run: mypy --ignore-missing-imports --install-types --non-interactive .
- run: shopt -s globstar && pyupgrade --py38-plus **/*.py || true
- run: safety check
# # Ignore CVE-2023-5752, we're not using that pip or feature
- run: safety check --ignore 62044

0 comments on commit b1f0991

Please sign in to comment.