This commit is contained in:
Raphael Michel
2026-08-01 21:54:17 +02:00
parent 2ee49dfa14
commit 019551fc19
+2
View File
@@ -35,6 +35,8 @@ jobs:
run: sudo apt update && sudo apt install -y gettext unzip
- name: Install Python dependencies
run: pip3 install -U "prisma-sbom-submit[python]"
- name: Test
run: /opt/hostedtoolcache/node/24.18.0/x64/bin/npm install --global @cyclonedx/cyclonedx-npm
- name: Create SBOM
run: NPM=$(which npm) prisma-sbom-submit collect . sbom.json
- name: Submit SBOM