We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea0ef2e + f9d2889 commit a34123eCopy full SHA for a34123e
.github/workflows/sbom.yml
@@ -61,8 +61,7 @@ jobs:
61
- name: Sign SBOM file
62
run: |
63
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 \
+ --bundle ${{ inputs.image-name }}-sbom-${{ matrix.arch }}.spdx.bundle \
66
${{ inputs.image-name }}-sbom-${{ matrix.arch }}.spdx
67
68
- name: Attach SBOM file in the container image
0 commit comments