Skip to content

Commit

Permalink
generate sbom API
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba committed Mar 2, 2024
1 parent 744cf21 commit 4126076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
npm sbom --sbom-format=spdx --legacy-peer-deps > sbom.spdx
- name: Generate SBOM for the API package
run: |
npm sbom --sbom-format=spdx --legacy-peer-deps --workspace api > api.spdx
- name: Generate SBOMs for packages
run: |
for dir in $(find packages -mindepth 1 -maxdepth 1 -type d)
Expand Down

0 comments on commit 4126076

Please sign in to comment.