Skip to content

Commit

Permalink
Merge branch 'main' into revert-102
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Jun 30, 2024
2 parents 8629ae6 + c9e3a13 commit f92b6e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
# TODO: remove setuptools installation when safety==2.4.0 is released
python -m pip install --upgrade safety setuptools
python -m pip install --editable .
- run: safety check
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
- run: safety check --ignore 70612

0 comments on commit f92b6e7

Please sign in to comment.