Skip to content

Commit d767811

Browse files
committed
Temporarily ignore pip 25.2 vulnerability
1 parent 52d7858 commit d767811

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ jobs:
9696
uses: pypa/gh-action-pip-audit@v1.1.0
9797
with:
9898
inputs: ${{ github.workspace }}/requirements.txt ${{ github.workspace }}/.github/utils/requirements.txt
99+
# Temporarily ignore pip vulnerability until we can upgrade to pip 25.3+
100+
ignore-vulns: |
101+
GHSA-4xh5-x5gv-qwph

{{ cookiecutter.project_slug }}/.github/workflows/ci_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
uses: pypa/gh-action-pip-audit@v1.1.0
7171
with:
7272
inputs: ${{ runner.temp }}/requirements.txt
73+
# Temporarily ignore pip vulnerability until we can upgrade to pip 25.3+
74+
ignore-vulns: |
75+
GHSA-4xh5-x5gv-qwph
7376
7477
pytest:
7578
name: pytest (${{ matrix.os[1] }}-py${{ matrix.python-version }})

0 commit comments

Comments
 (0)