We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788c96c commit 62c2cbfCopy full SHA for 62c2cbf
.github/workflows/lint.yml
@@ -25,5 +25,4 @@ jobs:
25
python -m pip install --upgrade pip wheel
26
python -m pip install --upgrade safety
27
python -m pip install --editable .
28
- # Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
29
- - run: safety check --ignore 70612
+ - run: safety check
0 commit comments