Skip to content

Commit

Permalink
fix: SBOM generation (#688)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining authored Nov 27, 2023
1 parent a53a62d commit cc9fe79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
with:
node-version: 18
- name: Generate SBOM
run:
run: |
npm install -g npm@^10.2.0
npm ci --omit dev --workspace=${{matrix.release}}
npm ci
npm sbom --sbom-format=cyclonedx --omit=dev --omit=peer --workspace=${{matrix.release}} > bom.json
- name: Attach SBOM to artifact
env:
Expand Down

0 comments on commit cc9fe79

Please sign in to comment.