This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Releases: github-early-access/gh-attestation
Releases · github-early-access/gh-attestation
v0.3.1
v0.3.0
Features
- Remove Rego policy support
- Standardize json output handling for
verify
anddownload
commands
Bug Fixes
- Fix
version
command formatting bug - Fix GitHub REST client initialization error handling
v0.2.4
Bug Fixes
- Fix a Codespaces specific bug by disabling the local TUF cache when the tool is used in Codespaces
v0.2.3
Bug Fixes
- Removes an incorrect example provided by the
download
command's--help
flag
v0.2.2
Bug Fixes
- This release fixes a bug related to downloading attestations for OCI images
v0.2.1
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
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
Add extended examples for usage / upgrade
v0.1.16
Add link to CLI Signed-off-by: Trevor Rosen <[email protected]>