patch: add sbom to releaseé

This commit is contained in:
Edwin Joassart 2024-06-05 13:40:56 +02:00
parent c748c2a9c0
commit 175d8cc1e3
No known key found for this signature in database
GPG Key ID: A56BE0A21AD56A40

View File

@ -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