v0.2.0-alpha.1
Pre-release
Pre-release
github-actions
released this
18 Feb 16:27
·
7 commits
to main
since this release
Documentation
Read README.md to get started.
Installation
Install the notation-cose
plugin on Linux or WSL2:
# Create a directory for the plugin
mkdir -p ~/.config/notation/plugins/cose
# Download and extract the plugin
curl -L https://github.com/microsoft/notation-cose/releases/download/v0.2.0-alpha.1/notation-cose_0.2.0-alpha.1_Linux_amd64.tar.gz \
| tar xzC ~/.config/notation/plugins/cose notation-cose
Changelog
- Use ORAS descriptor media type instead of oci descriptor
- Refine COSE headers
- Refine signing and verification implementation
- Allow keys with any EKUs
- New
cq
tool to inspect COSE signatures