Skip to content

Commit 62c2cbf

Browse files
authored
Revert #129 after upstream fix
1 parent 788c96c commit 62c2cbf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ jobs:
2525
python -m pip install --upgrade pip wheel
2626
python -m pip install --upgrade safety
2727
python -m pip install --editable .
28-
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
29-
- run: safety check --ignore 70612
28+
- run: safety check

0 commit comments

Comments
 (0)