We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f9476 commit 9db0fe5Copy full SHA for 9db0fe5
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