mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +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
|
# https://www.electronjs.org/docs/latest/api/environment-variables
|
||||||
ELECTRON_NO_ATTACH_CONSOLE: 'true'
|
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
|
- name: Compress custom source
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user