Skip to content

Commit 788c96c

Browse files
authored
Revert #102 after upstream fix (#126)
1 parent 3d4f082 commit 788c96c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ jobs:
2525
python -m pip install --upgrade pip wheel
2626
python -m pip install --upgrade safety
2727
python -m pip install --editable .
28-
# Ignore 62044 / CVE-2023-5752, we're not using that pip or feature
2928
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
30-
- run: safety check --ignore 62044 --ignore 70612
29+
- run: safety check --ignore 70612

0 commit comments

Comments
 (0)