From 5387639b8ca4161cff14283ee9db8acf1296ab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Bory=C5=9B?= Date: Sun, 18 Aug 2024 13:01:52 +0200 Subject: [PATCH] Try security scanning fix --- .github/workflows/build-and-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-scan.yaml b/.github/workflows/build-and-scan.yaml index 3fd44a4..c03d150 100644 --- a/.github/workflows/build-and-scan.yaml +++ b/.github/workflows/build-and-scan.yaml @@ -46,7 +46,7 @@ jobs: with: file: ./image format: spdx-json - output-file: "${{ github.event.repository.name }}-sbom.spdx.json" + output-file: "${{ github.event.repository.name }}-${{ matrix.flavor }}-sbom.spdx.json" - name: Scan SBOM id: scan