diff --git a/.github/workflows/cyclone.yml b/.github/workflows/cyclone.yml index b23ee5ff..6ac816a5 100644 --- a/.github/workflows/cyclone.yml +++ b/.github/workflows/cyclone.yml @@ -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 \ No newline at end of file