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.
1 parent cfed75b commit ec9138fCopy full SHA for ec9138f
.github/workflows/release.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Generate OCI image SBOM
85
uses: anchore/sbom-action@06e109483e6aa305a2b2395eabae554e51530e1d
86
with:
87
- image: "ghcr.io/${{ github.repository }}:${{ matrix.os }}-${{ steps.metadata.outputs.version }}"
+ image: "ghcr.io/${{ github.repository }}:${{ steps.metadata.outputs.version }}"
88
dependency-snapshot: true
89
format: spdx-json
90
artifact-name: ${{ github.event.repository.name }}-sbom.spdx.json
0 commit comments