Skip to content

Commit

Permalink
Update generate-sbom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tellmeY18 authored Oct 8, 2024
1 parent a0c545c commit 4780ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: npm ci

- name: Install CycloneDX BOM tool
run: npm install -g @cyclonedx/bom
run: npm install @cyclonedx/bom

- name: Generate SBOM
run: cyclonedx-bom -o sbom.json
run: npx @cyclonedx/bom -o sbom.json

- name: Upload SBOM
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4780ac9

Please sign in to comment.