Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:27

Install

curl -fsSL https://raw.githubusercontent.com/jondot/groundtruth/main/install.sh | sh

Or pull the Docker image:

docker run ghcr.io/jondot/groundtruth:v0.2.0 --help

Verify 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.gz

Full Changelog: https://github.com/jondot/groundtruth/commits/v0.2.0