Skip to content

Commit 341151b

Browse files
committed
try with npm
1 parent 463feba commit 341151b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/sbom.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@ on:
1111
pull_request:
1212

1313
jobs:
14-
sbom:
14+
sbom-gen:
1515
runs-on: ubuntu-22.04
1616

17+
steps:
18+
- uses: actions/checkout@v4
19+
- name: Install cdxgen
20+
run: npm install -g @cyclonedx/cdxgen
21+
- run: cdxgen -r . -o sbom.json
22+
23+
sbom-enrich:
1724
steps:
1825
- uses: actions/checkout@v4
1926
- name: Set up Python

0 commit comments

Comments
 (0)