notation
notation copied to clipboard
A CLI tool to sign and verify artifacts
Add a note to remind updating the dependencies in go.mod file before starting the release process. Signed-off-by: Yi Zha
A [prototype of notation cose support](https://github.com/microsoft/notation-cose) has been completed. This tracks: - [x] Complete remote signing support: [veraison/go-cose #9](https://github.com/veraison/go-cose/issues/9) - [ ] Notary Spec support of COSE [#48](https://github.com/notaryproject/notaryproject/pull/148) - [x]...
Add unit tests for basic sign/verify workflow. Copying from https://github.com/notaryproject/notation/issues/93
**Summary** Implementing verify command according to the spec #88 **Intended Outcome** `notation verify` command works as defined in the spec **Additional context**