-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass expiry to envelope-generator plugin #222
Conversation
Signed-off-by: Pritesh Bandi <pritesb@amazon.com>
Co-authored-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: Pritesh Bandi <pritesb@amazon.com>
Signed-off-by: Pritesh Bandi <pritesb@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Looks like there's a unit test failed.
Codecov Report
@@ Coverage Diff @@
## main #222 +/- ##
==========================================
+ Coverage 72.06% 73.19% +1.13%
==========================================
Files 23 23
Lines 1600 1608 +8
==========================================
+ Hits 1153 1177 +24
+ Misses 364 339 -25
- Partials 83 92 +9
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There will be two PRs, one in notation-go([PR#222](notaryproject/notation-go#222)) and other in notation([PR#458](#458)) repo. Issue: #443 Signed-off-by: Pritesh Bandi <pritesb@amazon.com>
There will be two PRs, one in notation-go(PR#222) and other in notation(PR#458) repo.
Tests are failing because this PR depends on #222
Issue: notaryproject/notation#443
Signed-off-by: Pritesh Bandi pritesb@amazon.com