Reference
Verifying releases
Relego’s container images are published with build provenance attestations. You can confirm an image came from this repository’s CI before you run it.
You need the GitHub CLI.
Server Docker image
Section titled “Server Docker image”gh attestation verify \ oci://ghcr.io/krusty93/relego.server:latest \ --owner Krusty93CLI Docker image
Section titled “CLI Docker image”gh attestation verify \ oci://ghcr.io/krusty93/relego.cli:latest \ --owner Krusty93A successful run reports the workflow and commit the image was built from. A failure means the image was not built by this repository, do not run it.
Pin a released tag instead of latest if you want a reproducible check.