We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33f9476 + 9db0fe5 commit bc64e6cCopy full SHA for bc64e6c
3 files changed
.github/workflows/safety.yml
@@ -26,5 +26,6 @@ jobs:
26
- name: Prepare project for development
27
run: python -m poetry install
28
29
+ # NOTE: Ignore issue 70612 in all versions of Jinja2 (not affected)
30
- name: Run safety dependency check
- run: python -m poetry run safety check --full-report
31
+ run: python -m poetry run safety check --full-report -i 70612
0 commit comments