Skip to content

Commit fc4e6b1

Browse files
committed
pip-audit: fix uv integration
1 parent 672664b commit fc4e6b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pip-audit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727

2828
- name: Install Slither
2929
run: |
30-
uv venv /tmp/pip-audit-env
31-
VIRTUAL_ENV=/tmp/pip-audit-env uv pip install .
30+
uv export --format requirements-txt --no-emit-project > requirements.txt
3231
3332
- name: Run pip-audit
3433
uses: pypa/[email protected]
3534
with:
36-
virtual-environment: /tmp/pip-audit-env
35+
inputs: requirements.txt

0 commit comments

Comments
 (0)