mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +00:00
patch: add sbom to releaseé
This commit is contained in:
parent
c748c2a9c0
commit
175d8cc1e3
5
.github/actions/test/action.yml
vendored
5
.github/actions/test/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user