REmove test call

This commit is contained in:
Raphael Michel
2026-08-25 15:04:31 +02:00
parent 019551fc19
commit 8e0d0bfb4c
-2
View File
@@ -35,8 +35,6 @@ 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