Skip to content

Commit

Permalink
Create cyclone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samigt authored Oct 16, 2024
1 parent 14e6d0a commit d29c40e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cyclone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: cyclone
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Install and build javascript
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm install
- name: Create SBOM with CycloneDX
uses: CycloneDX/gh-node-module-generatebom@v1
with:
output: './test.app.bom.xml'

0 comments on commit d29c40e

Please sign in to comment.