Skip to content

Commit

Permalink
Cat
Browse files Browse the repository at this point in the history
  • Loading branch information
ioboi committed Feb 5, 2024
1 parent f14d280 commit 32c168b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ jobs:
- name: 'Generate SBOM for Ruby dependencies'
uses: docker://ghcr.io/cyclonedx/cdxgen:v10.0.4
with:
args: --spec-version 1.4 -o ./sbom-ruby.xml -t ruby .
args: --spec-version 1.4 -o sbom-ruby.xml -t ruby .

- name: 'Generate SBOM for Node.js dependencies'
uses: docker://ghcr.io/cyclonedx/cdxgen:v10.0.4
with:
args: --spec-version 1.4 -o ./sbom-npm.xml -t npm .
args: --spec-version 1.4 -o sbom-npm.xml -t npm .

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

0 comments on commit 32c168b

Please sign in to comment.