Merged
Conversation
update: 1. go.mod 2. github action Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
52e4cd8 to
7f54d72
Compare
Codecov Report
@@ Coverage Diff @@
## main #327 +/- ##
=======================================
Coverage 30.62% 30.62%
=======================================
Files 25 25
Lines 1610 1610
=======================================
Hits 493 493
Misses 1104 1104
Partials 13 13 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
chloeyin
approved these changes
Sep 9, 2022
chloeyin
added a commit
that referenced
this pull request
Sep 13, 2022
chloeyin
added a commit
that referenced
this pull request
Sep 13, 2022
* add config.json envelopeType support (#329) Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: Junjie Gao <junjiegao@microsoft.com> * feat: write envelopeType default value to config.json (#330) Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: Junjie Gao <junjiegao@microsoft.com> * feat: update to go 1.19 (#327) (#336) Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: Junjie Gao <43160897+JeyJeyGao@users.noreply.github.com> Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: Junjie Gao <43160897+JeyJeyGao@users.noreply.github.com> Co-authored-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: zaihaoyin <zaihaoyin@microsoft.com>
patrickzheng200
pushed a commit
that referenced
this pull request
Sep 23, 2022
* notation cert add AND notation cert list for trust store Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * update Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * add config.json envelopeType support (#329) Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: Junjie Gao <junjiegao@microsoft.com> * added notation cert show command Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated notation cert add Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated notation cert show Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * added notation cert delete Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * added test certificates Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * feat: write envelopeType default value to config.json (#330) Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: Junjie Gao <junjiegao@microsoft.com> * updated CLI for trust store Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * update Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated notation cert commands with system level FS Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated to use notation-go dev-rc.1 branch Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * feat: update to go 1.19 (#327) Signed-off-by: Junjie Gao <junjiegao@microsoft.com> * updated notation-go Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * added cert_test.go for trust store Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated failure messages of notation cert commands Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * added notation cert generate-test command Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated trust store implementation Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * update per code review Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * update per code review Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated trust store implementation Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * added confirmation to notation cert delete command Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated generate-test to self-signed cert Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated generate-test to self-signed cert Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated generate-test to self-signed cert Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated notation cert CLI descriptions Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * update notation cert Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated per code review Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> * updated per code review Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Co-authored-by: Junjie Gao <43160897+JeyJeyGao@users.noreply.github.com> Co-authored-by: Junjie Gao <junjiegao@microsoft.com>
7h3-3mp7y-m4n
pushed a commit
to 7h3-3mp7y-m4n/notation
that referenced
this pull request
Mar 29, 2025
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
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.
update:
Test:
Resolves #277