Skip to content

Commit 01dad6b

Browse files
committed
fix: Ignore tarfile symlink vulnerability in pip-audit
GHSA-4xh5-x5gv-qwph pypa/pip#13607 As we're not affected, this seems to be the most pragmatic approach for this curveball.
1 parent 0d38b57 commit 01dad6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pip-audit.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
2424
echo "$PWD/.venv/bin" >> $GITHUB_PATH
2525
uv sync --dev
26-
- name: Upgrade pip in venv
27-
run: |
28-
python -m pip install --upgrade pip
2926
- name: Run pip-audit
3027
run: |
31-
pip-audit
28+
pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph

0 commit comments

Comments
 (0)