-
Notifications
You must be signed in to change notification settings - Fork 32
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
EC-237 Add validate input and use policy config #1213
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1213 +/- ##
==========================================
- Coverage 84.31% 82.43% -1.89%
==========================================
Files 67 72 +5
Lines 5338 5721 +383
==========================================
+ Hits 4501 4716 +215
- Misses 837 1005 +168
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Run |
I think you need to rebase from main to get rid of the linting errors. |
Thanks, but this is failing locally. I had rebased before pushing...but I'll check it again. |
6306bc1
to
c135d8c
Compare
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 13 New issues |
e9b139b
to
6aa6a86
Compare
/retest |
1 similar comment
/retest |
This commit addresses EC-237 & EC-57 which marks `ec validate definition` as deprecated, adds `ec validate input` and allows `ec validate input` to utilize a policy config file in a similar manner as the `ec validate image` command.
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.
Looks like there's some linting issues, but otherwise LGTM! Let's get this merged once that's addressed.
0c22525
into
enterprise-contract:main
This commit addresses EC-237 & EC-57 which marks
ec validate definition
as deprecated, addsec validate input
and allowsec validate input
to utilize a policy config file in a similar manner as theec validate image
command.