Skip to content

Commit 1b8ec24

Browse files
committed
Complete uv migration: fix last pip install usage
- Replace final 'pip install pip-audit' with 'uv pip install --system pip-audit' in SBOM workflow - All GitHub Actions workflows now consistently use uv for dependency installation - Faster, more reliable CI/CD pipeline execution All workflows now use uv consistently
1 parent ce934a4 commit 1b8ec24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Generate Python SBOM with pip-audit
4848
run: |
49-
pip install pip-audit
49+
uv pip install --system pip-audit
5050
pip-audit --format=cyclonedx-json --output=python-sbom.json
5151
pip-audit --format=spdx-json --output=python-sbom-spdx.json
5252
continue-on-error: true

0 commit comments

Comments
 (0)