Add support for inspecting signatures on a reference#2
Open
byronchien wants to merge 5 commits intometadata-outputfrom
Open
Add support for inspecting signatures on a reference#2byronchien wants to merge 5 commits intometadata-outputfrom
byronchien wants to merge 5 commits intometadata-outputfrom
Conversation
Owner
Author
|
TODOs:
|
This was referenced Jan 28, 2023
d1c1baa to
784408e
Compare
305a491 to
cb6d2ed
Compare
555dc3f to
5f4afdf
Compare
updates: - Update the flag name per community discussion - Update the description for using OCI image manifest Signed-off-by: Yi Zha <yizha1@microsoft.com>
a7f0a6e to
1f2d6e2
Compare
…t#527) allows json output for `notation verify`. Fixes notaryproject/roadmap#67 and notaryproject#498 chienb@a07817b52895 notation % ./bin/notation verify $IMAGE --output json { "reference": "localhost:5000/net-monitor@sha256:5a07385af4e6b6af81b0ebfd435aedccdfa3507f0609c658209e1aba57159b2b", "userMetadata": { "foo": "bar" }, "result": "Success" } Signed-off-by: Byron Chien <chienb@amazon.com>
…yproject#543) After discussion with @yizha1, aligning with the spec in this [PR](notaryproject#540). Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
4ab2a4d to
a8e2dc0
Compare
…ryproject#527)" (notaryproject#551) This reverts commit 33c2281. We are reverting notaryproject#527 because we need to write spec first for json output. Signed-off-by: Pritesh Bandi <priteshbandi@gmail.com>
84b6753 to
d30f9bf
Compare
Signed-off-by: Byron Chien <byronc@ucla.edu>
d30f9bf to
00896e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for
notation inspect(spec here)Example output:
Signed-off-by: Byron Chien chienb@amazon.com