Add npm location

This commit is contained in:
Raphael Michel
2026-08-01 20:13:53 +02:00
parent 65c774c1f6
commit 2ee49dfa14
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: Install Python dependencies
run: pip3 install -U "prisma-sbom-submit[python]"
- name: Create SBOM
run: prisma-sbom-submit collect . sbom.json
run: NPM=$(which npm) prisma-sbom-submit collect . sbom.json
- name: Submit SBOM
run: prisma-sbom-submit upload --server https://prisma.pretix.com sbom.json
env: