Releases: jondot/groundtruth
Releases · jondot/groundtruth
Release list
v0.2.0
Install
curl -fsSL https://raw.githubusercontent.com/jondot/groundtruth/main/install.sh | shOr pull the Docker image:
docker run ghcr.io/jondot/groundtruth:v0.2.0 --helpVerify a download
Release artifacts are signed with cosign (keyless via GitHub OIDC). No static key to trust — the signature is bound to this workflow run.
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/jondot/groundtruth/\.github/workflows/release\.yml' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate gt-<target>.tar.gz.crt \
--signature gt-<target>.tar.gz.sig \
gt-<target>.tar.gzFull Changelog: https://github.com/jondot/groundtruth/commits/v0.2.0