From 175d8cc1e36a20f70e0624327291f2f8079c0608 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Wed, 5 Jun 2024 13:40:56 +0200 Subject: [PATCH] =?UTF-8?q?patch:=20add=20sbom=20to=20release=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/test/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 69d7b5a57a..c1a69e3913 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -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