summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-10-23 12:56:01 +0300
committerGitHub <noreply@github.com>2022-10-23 12:56:01 +0300
commite867f9eec740fde0b749b1ca35b8b9772c5ada92 (patch)
tree26229f9714e7910d93479d2c48627c776f0bf7f9
parent12f95deb0f01ce5710b249f2f04798eb302baac2 (diff)
downloadredis-py-e867f9eec740fde0b749b1ca35b8b9772c5ada92.tar.gz
Fixing invalid vulnerability report (#2424)
* Fixing vuln report * Fixed comment
-rw-r--r--.github/workflows/integration.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 0003930..26e4c06 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -26,6 +26,8 @@ jobs:
- uses: pypa/gh-action-pip-audit@v1.0.0
with:
inputs: requirements.txt dev_requirements.txt
+ ignore-vulns: |
+ GHSA-w596-4wvx-j9j6 # subversion related git pull, dependency for pytest. There is no impact here.
lint:
name: Code linters