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

Implement as per https://github.com/notaryproject/notation/issues/325

> IMO default behavior should be paginated as ORAS [referrers](https://github.com/oras-project/artifacts-spec/blob/main/manifest-referrers-api.md) API is paginated. Not having pagination will result in an unnecessary load on servers when 1st returned item in the...

As Notation will support both JWS and COSE signing envelop in RC.1, users need to add a tag `--envelope-type cose` using the `notation sign` to sign artifacts each time, see...

enhancement
Need to verify

fix https://github.com/notaryproject/notation/issues/383 Signed-off-by: Feynman Zhou

documentation
UX

There was a missing `.` in the image tag for `ghcr.io/oras-project/registry:v1.0.0-rc2`. See https://github.com/oras-project/distribution/pkgs/container/registry

Implementing key command according to the spec Intended Outcome notation key command allows manipulation of key config as defined in the spec Additional context

Implementing list command according to the spec Intended Outcome notation plugin list command lists plugin as defined in the spec Additional context

Implementing login/logout command according to the spec Intended Outcome notation login/logout command works as defined in the spec Additional context

Implementing list command according to the spec Intended Outcome notation list command list signatures as defined in the spec Additional context

Threat modeling involves identifying ways that an adversary might try to attack notation and then designing mitigations to prevent, detect or reduce the impact of those attacks. Aspects: Dir +...