Skip to content

Commit e867f9e

Browse files
authored
Fixing invalid vulnerability report (#2424)
* Fixing vuln report * Fixed comment
1 parent 12f95de commit e867f9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: pypa/[email protected]
2727
with:
2828
inputs: requirements.txt dev_requirements.txt
29+
ignore-vulns: |
30+
GHSA-w596-4wvx-j9j6 # subversion related git pull, dependency for pytest. There is no impact here.
2931
3032
lint:
3133
name: Code linters

0 commit comments

Comments
 (0)