Skip to content

Commit

Permalink
patch: add sbom to releaseé
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Jun 5, 2024
1 parent c748c2a commit 175d8cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ runs:
# https://www.electronjs.org/docs/latest/api/environment-variables
ELECTRON_NO_ATTACH_CONSOLE: 'true'

- name: Create SBOM with CycloneDX
uses: CycloneDX/gh-node-module-generatebom@v1
with:
output: ${{ runner.temp }}/sbom.xml

- name: Compress custom source
if: runner.os != 'Windows'
shell: bash
Expand Down

0 comments on commit 175d8cc

Please sign in to comment.