Skip to content

Commit 48bb5cc

Browse files
Ignore vulnerabilities caused by python3.8 - theyre not fixable
1 parent f8b1cfe commit 48bb5cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
# urllib3, https://data.safetycli.com/v/77744/97c, only when using python 3.8. Consider upgrading.
3838
# setuptools, https://data.safetycli.com/v/76752/97c, only when using python 3.8. Consider upgrading.
3939
# regex, https://data.safetycli.com/v/78558/97c, only when using python 3.8. Consider upgrading.
40-
run: python -m safety check --ignore 70612 --ignore 77744 --ignore 77745 --ignore 76752 --ignore 78558
40+
# pip, https://data.safetycli.com/v/79883/97c, only when using python 3.8. Consider upgrading.
41+
# authlib, https://data.safetycli.com/v/79756/97c, only when using python 3.8. Consider upgrading.
42+
run: python -m safety check --ignore 70612 --ignore 77744 --ignore 77745 --ignore 76752 --ignore 78558 --ignore 79883 --ignore 79756
4143

4244
- name: Verify code style
4345
run: python -m flake8 -v

0 commit comments

Comments
 (0)