Skip to content

Commit

Permalink
Try security scanning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-borys committed Aug 18, 2024
1 parent 6f6059b commit 5387639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5387639

Please sign in to comment.