Skip to content

Commit

Permalink
Generate bom
Browse files Browse the repository at this point in the history
  • Loading branch information
ioboi committed Feb 5, 2024
1 parent 32c168b commit 52f321a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
with:
args: --spec-version 1.4 -o sbom-npm.xml -t npm .

- name: 'Generate SBOM for Node.js dependencies'
uses: docker://ghcr.io/cyclonedx/cdxgen:v10.0.4
with:
args: cdxgen -r -o bom.json --spec-version 1.4

- name: "Show workspace"
run: |
cat sbom-ruby.xml
cat sbom-npm.xml
cat bom.json
- name: 'Merge frontend and backend SBOMs'
uses: docker://cyclonedx/cyclonedx-cli:0.25.0
Expand Down

0 comments on commit 52f321a

Please sign in to comment.