Skip to content

Commit

Permalink
Another sbom different format
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Sep 26, 2024
1 parent 92ebae7 commit fe1ba45
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,17 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create SBOM xml
uses: CycloneDX/gh-node-module-generatebom@v1
with:
path: './'
output: 'dist/workbench.bom.xml'

- name: Upload Artifacts
uses: softprops/action-gh-release@v2
with:
files: |
dist/workbench.bom.xml
dist/*.zip
dist/*.pkg
dist/*.dmg
Expand Down Expand Up @@ -266,17 +273,6 @@ jobs:
with:
sbom-artifact-match: ".*\\.spdx$"

- name: Create SBOM xml
uses: CycloneDX/gh-node-module-generatebom@v1
with:
path: './'
output: 'dist/workbench.bom.xml'

- name: Upload SBOM Artifacts
uses: softprops/action-gh-release@v2
with:
files: 'dist/workbench.bom.xml'

# Release choco and brew
release-brew:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe1ba45

Please sign in to comment.