Skip to content

Commit bc64e6c

Browse files
authored
Merge pull request #70 from TankerHQ/tim/safety_fix
maint(safety): Bump deps & ignore jinja2 CVE (not affected)
2 parents 33f9476 + 9db0fe5 commit bc64e6c

3 files changed

Lines changed: 224 additions & 238 deletions

File tree

.github/workflows/safety.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
- name: Prepare project for development
2727
run: python -m poetry install
2828

29+
# NOTE: Ignore issue 70612 in all versions of Jinja2 (not affected)
2930
- name: Run safety dependency check
30-
run: python -m poetry run safety check --full-report
31+
run: python -m poetry run safety check --full-report -i 70612

0 commit comments

Comments
 (0)