We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fad27 commit e2ee3a5Copy full SHA for e2ee3a5
1 file changed
.github/workflows/release.yaml
@@ -54,11 +54,11 @@ jobs:
54
55
# Ref: https://github.com/sigstore/cosign-installer
56
- name: Install Cosign
57
- uses: sigstore/cosign-installer@v4.0.0
+ uses: sigstore/cosign-installer@v4.0.0 # v4.0.0
58
59
# Ref: https://github.com/anchore/sbom-action
60
- name: Generate SBOM via Syft
61
- uses: anchore/sbom-action@v0
+ uses: anchore/sbom-action@v0 # v0
62
with:
63
format: spdx-json
64
artifact-name: sbom.spdx.json
0 commit comments