notation icon indicating copy to clipboard operation
notation copied to clipboard

A CLI tool to sign and verify artifacts

Results 192 notation issues
Sort by recently updated
recently updated
newest added

### What is the areas you experience the issue in? Notation CLI ### What is not working as expected? notation outputs warnings in some cases (such as when tag references...

bug
Stale

Adds spec for `notation verify $IMAGE --output json`. Changes from previous iteration: - adds a details field for additional information related to the result - outputs a JSON object on...

Stale

fix: add number of arguments validation --- This PR is continuation of https://github.com/notaryproject/notation/pull/649 https://github.com/notaryproject/notation/pull/649#discussion_r1184665327 @JeyJeyGao I did try using [positional and Custom Arguments](https://github.com/spf13/cobra/blob/main/user_guide.md#positional-and-custom-arguments) but the error messages were not user...

Stale

…Examples field Here is a `launch.json` for testing: ```json { "version": "0.2.0", "configurations": [ { "name": "Generate Docs", "type": "go", "request": "launch", "mode": "auto", "program": "${fileDirname}", "env": { "GEN_CLI_DOCS": "true"...

Refactor: - multiple emulated registry: RegistryWithReferrersAPI, RegistryWithoutReferrersAPI, RegistryWithDomainHost - disable referrer API for default registry Signed-off-by: Junjie Gao

Stale

### Is your feature request related to a problem? Currently, we generate the [Notation CLI reference doc](https://notaryproject.dev/docs/user-guides/cli-reference/) with Cobra on a local machine, then publish it to the website and...

enhancement
good first issue

Update RELEASE_CHECKLIST.md per suggestions from [Notary Project community meeting](https://hackmd.io/_vrqBGAOSUC_VWvFzWruZw?view#Notes) and https://github.com/notaryproject/.github/issues/28. Please note that this PR focuses on updating the Notation CLI release process only. I will create another PR...

governance

### Is your feature request related to a problem? N/A ### What solution do you propose? [Golang lint](https://github.com/golangci/golangci-lint) is a fast Go linters runner. It runs linters in parallel, uses...

enhancement
good first issue

Resolve #824 This guideline only includes the guiding principles for Notation CLI error message. All suggested changes will be documented into different GitHub issues.

**Context:** https://github.com/notaryproject/notation/pull/771#issuecomment-1731705600 Currently signature verification process in Notation, involves fetching the signature and subsequently validating the trust store's vakidity. However, this method has the following concerns: 1. The error messages...

bug
error message
perf