Skip to content

Commit 52b0ad6

Browse files
committed
Whitelist dev dependency vulnerability
1 parent 94fb28c commit 52b0ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
inputs: requirements.txt dev_requirements.txt
3636
ignore-vulns: |
3737
GHSA-w596-4wvx-j9j6 # subversion related git pull, dependency for pytest. There is no impact here.
38+
PYSEC-2024-48 # black vulnerability in 22.3.0, can't upgrade due to python 3.7 support, no impact
3839
3940
lint:
4041
name: Code linters

0 commit comments

Comments
 (0)