We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80f973 commit 607c214Copy full SHA for 607c214
1 file changed
.github/workflows/build-and-deploy.yml
@@ -87,5 +87,7 @@ jobs:
87
- name: Attest SBOM (cosign)
88
run: |
89
# --yes avoids the interactive tlog consent prompt in CI.
90
- cosign attest --yes --type spdx --predicate ./sbom.spdx.json \
+ COSIGN_EXPERIMENTAL=1 cosign attest --yes \
91
+ --registry-referrers-mode=oci-1-1 \
92
+ --type spdx --predicate ./sbom.spdx.json \
93
"${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build_and_push.outputs.digest }}"
0 commit comments