mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
chore: remove pip 25.2 audit exception after pip 25.3 release (#661)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -144,10 +144,8 @@ jobs:
|
||||
|
||||
- name: Check with pip-audit
|
||||
# until https://github.com/astral-sh/ruff/issues/8277
|
||||
# TODO: Re-enable pip vulnerability checking when pip 25.3 is released (currently disabled for pip 25.2 due to GHSA-4xh5-x5gv-qwph)
|
||||
# https://github.com/pypa/pip/issues/13607
|
||||
run:
|
||||
pdm run pip-audit --progress-spinner off --skip-editable --verbose --ignore-vuln GHSA-4xh5-x5gv-qwph
|
||||
pdm run pip-audit --progress-spinner off --skip-editable --verbose
|
||||
|
||||
|
||||
- name: Check with ruff
|
||||
|
||||
Reference in New Issue
Block a user