We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4f082 commit 788c96cCopy full SHA for 788c96c
.github/workflows/lint.yml
@@ -25,6 +25,5 @@ jobs:
25
python -m pip install --upgrade pip wheel
26
python -m pip install --upgrade safety
27
python -m pip install --editable .
28
- # Ignore 62044 / CVE-2023-5752, we're not using that pip or feature
29
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
30
- - run: safety check --ignore 62044 --ignore 70612
+ - run: safety check --ignore 70612
0 commit comments