Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Releases: github-early-access/gh-attestation

v0.3.1

01 Apr 20:36
b178754
Compare
Choose a tag to compare

Bug Fixes

  • Print a more informative error message when the user is not authorized with a container registry

v0.3.0

06 Feb 18:49
b178754
Compare
Choose a tag to compare

Features

  • Remove Rego policy support
  • Standardize json output handling for verify and download commands

Bug Fixes

  • Fix version command formatting bug
  • Fix GitHub REST client initialization error handling

v0.2.4

29 Jan 16:27
b178754
Compare
Choose a tag to compare

Bug Fixes

  • Fix a Codespaces specific bug by disabling the local TUF cache when the tool is used in Codespaces

v0.2.3

16 Jan 21:03
b178754
Compare
Choose a tag to compare

Bug Fixes

  • Removes an incorrect example provided by the download command's --help flag

v0.2.2

12 Jan 17:24
b178754
Compare
Choose a tag to compare

Bug Fixes

  • This release fixes a bug related to downloading attestations for OCI images

v0.2.1

04 Jan 17:37
b178754
Compare
Choose a tag to compare

Bug Fixes

  • This release fixes a bug that caused the tool to sometimes verify OCI images with the incorrect SHA-256 hash

v0.2.0

28 Nov 21:41
b178754
Compare
Choose a tag to compare

Features

This releases introduces support for verifying and downloading attestations for OCI images. To use this, provide an OCI image FQDN prefixed with oci:// instead of a local file path when specifying the artifact. For example:

gh attestation verify oci://ghcr.io/github/my-image:test --owner=github

v0.1.17

15 Nov 19:37
812c2f8
Compare
Choose a tag to compare
Add extended examples for usage / upgrade

v0.1.16

14 Nov 23:24
Compare
Choose a tag to compare
Add link to CLI

Signed-off-by: Trevor Rosen <[email protected]>