The OpenSSF Scorecard flags the Signed-Releases check because published Docker images are not cryptographically signed.
Signing images with cosign (keyless, via GitHub OIDC) would allow consumers to verify image provenance (e.g. Chainguard Images uses sigstore/cosign-installer in their release workflow).
Related to #2428
The OpenSSF Scorecard flags the Signed-Releases check because published Docker images are not cryptographically signed.
Signing images with cosign (keyless, via GitHub OIDC) would allow consumers to verify image provenance (e.g. Chainguard Images uses
sigstore/cosign-installerin their release workflow).Related to #2428