-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fixes Issue #494 - add tests for CIS 1.5 #530
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #530 +/- ##
==========================================
- Coverage 64.49% 63.55% -0.95%
==========================================
Files 12 12
Lines 1059 1103 +44
==========================================
+ Hits 683 701 +18
- Misses 337 363 +26
Partials 39 39
Continue to review full report at Codecov.
|
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.
Mostly looks OK though I do have a few comments.
This doesn’t have the auto-detection part, right?
|
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.
I haven't tried it out but just from a code read it looks fine (apart from a couple of tiny tiny docs things)
Co-Authored-By: Liz Rice <liz@lizrice.com>
Co-Authored-By: Liz Rice <liz@lizrice.com>
* Initial commit. * Add master and node config. * Add section 5 of CIS 1.5.1. * Split sections into section files * Fix YAML issues. * adds target translation * adds target translation * adds cis-1.5 mapping * fixed tests * fixes are per PR * fixed intergration test * integration kind test file to appropriate ks8 version * fixed etcd text * fixed README * fixed text * etcd: fixed grep path * etcd: fixes * fixed error message bug * Update README.md Co-Authored-By: Liz Rice <liz@lizrice.com> * Update README.md Co-Authored-By: Liz Rice <liz@lizrice.com> * fixes as per PR review
Fixes Issue #494
Thanks @ttousai for getting most of the work done on this. 👍