Skip to content

Commit

Permalink
cyclone
Browse files Browse the repository at this point in the history
  • Loading branch information
samigt committed Oct 16, 2024
1 parent d29c40e commit 9b1b52f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cyclone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: sudo apt-get install python2
- run: npm install
- name: Create SBOM with CycloneDX
uses: CycloneDX/gh-node-module-generatebom@v1
with:
output: './test.app.bom.xml'
- name: Upload SBOM artifact
uses: actions/upload-artifact@v3
with:
name: sbom
path: ./test.app.bom.xml

0 comments on commit 9b1b52f

Please sign in to comment.