Skip to content

Commit a34123e

Browse files
authored
Merge pull request #460 from vdice/ci/fix-cosign-usage
fix(sbom.yml): fix cosign usage
2 parents ea0ef2e + f9d2889 commit a34123e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
- name: Sign SBOM file
6262
run: |
6363
cosign sign-blob --yes \
64-
--output-certificate ${{ inputs.image-name }}-sbom-${{ matrix.arch }}.spdx.cert \
65-
--output-signature ${{ inputs.image-name }}-sbom-${{ matrix.arch }}.spdx.sig \
64+
--bundle ${{ inputs.image-name }}-sbom-${{ matrix.arch }}.spdx.bundle \
6665
${{ inputs.image-name }}-sbom-${{ matrix.arch }}.spdx
6766
6867
- name: Attach SBOM file in the container image

0 commit comments

Comments
 (0)