+ The {{ image }} image is signed using
+ Cosign
+ keyless signing via the official DSF GitHub Actions release workflow.
+ Verify the signature before using the image in production:
+
cosign verify \
+ ghcr.io/datasharingframework/{{ image }}:{{ resolvedTag }}@sha256:{{ digestDisplay }} \
+ --certificate-identity-regexp "https://github.com/datasharingframework/dsf/.*" \
+ --certificate-oidc-issuer "https://token.actions.githubusercontent.com"
+
+ Replace <digest> with the immutable digest of the image
+ you intend to deploy. See
+ How to Verify Image Signatures
+ for the complete guide, SBOM verification, and troubleshooting.
+
+ See How to Verify Image Signatures for the complete + guide, SBOM verification, and troubleshooting. +
+