Skip to content

Commit ec9138f

Browse files
authored
chore: Fixed release SBOM generation (#23)
1 parent cfed75b commit ec9138f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Generate OCI image SBOM
8585
uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d
8686
with:
87-
image: "ghcr.io/${{ github.repository }}:${{ matrix.os }}-${{ steps.metadata.outputs.version }}"
87+
image: "ghcr.io/${{ github.repository }}:${{ steps.metadata.outputs.version }}"
8888
dependency-snapshot: true
8989
format: spdx-json
9090
artifact-name: ${{ github.event.repository.name }}-sbom.spdx.json

0 commit comments

Comments
 (0)