Skip to content

Commit 052c316

Browse files
committed
Whitelist dev dependency vulnerability
1 parent 3a9a6a7 commit 052c316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration.yaml

+1
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)