Skip to content
Snippets Groups Projects
  1. Mar 05, 2020
    • Liz Rice's avatar
      Add warn reason (#547) · 06303f6a
      Liz Rice authored
      
      * Update check.go
      
      Added new warn_reason value which gives a brief explanation about why the not scored tests failed
      
      * Update common.go
      
      Changed when a not scored test fails because it has a wrong syntax audit command or just running something that can't be run the print the failure. but if the test just fails because it doesn't line up with the cis hardening recommendations then print the remediation text.
      
      * Update check/check.go
      
      fix typo
      
      Co-Authored-By: default avatarLiz Rice <liz@lizrice.com>
      
      * Update check.go
      
      * Update common.go
      
      * Update check.go
      
      added back os.Exit(1) to  exitWithError
      
      * Update job-master.data
      
      Change some tests output to fit warn reason. (No change to the summary)
      
      * Update job-node.data
      
      Changed some tests output to fit warn reason. (No change to the summary)
      
      * Update job.data
      
      Change some tests output to fit warn reason. (No change to the summary)
      
      * Update common.go
      
      Keep to old way to print manual test output
      
      Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
      Co-authored-by: default avatarRoberto Rojas <robertojrojas@gmail.com>
      06303f6a
  2. Mar 03, 2020
  3. Jan 03, 2020
  4. Dec 13, 2019
  5. Dec 05, 2019
    • Roberto Rojas's avatar
      Fixes Issue #494 - add tests for CIS 1.5 (#530) · af976e6f
      Roberto Rojas authored
      
      * 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: default avatarLiz Rice <liz@lizrice.com>
      
      * Update README.md
      
      Co-Authored-By: default avatarLiz Rice <liz@lizrice.com>
      
      * fixes as per PR review
  6. Nov 13, 2019
  7. Nov 06, 2019
  8. Oct 14, 2019
    • Roberto Rojas's avatar
      Fixes issue #289: removed versions prior to 1.11 (#429) · a6ee61fd
      Roberto Rojas authored
      * removed version prior to 1.11
      
      * removed references to kubernetes versions prior to 1.11
      a6ee61fd
    • Roberto Rojas's avatar
      Issue #353: Merges JSON and Exec Params files (#426) · 3aa41db1
      Roberto Rojas authored
      
      * starts fixes #353
      
      * new approach to minize duplications
      
      * applied merged yaml files for v1.11 and v1.13
      
      * yaml files json/params merged
      
      * fixes to remove double quotes from numbers and booleans
      
      * fixed bug
      
      * fixed certificate check
      
      * removed -json files
      
      * changes based on PR review
      
      * Update check/check_test.go
      
      Yay more tests!
      
      Co-Authored-By: default avatarLiz Rice <liz@lizrice.com>
      
      * changes as PR review
      
      * fixed bug when scored check is missing tests
      
      * attempt to improve the code
      
      * fixed list breaks
      
      * removes handleError function
      
      * Update check/check.go
      
      Accepting suggested log level.
      
      Co-Authored-By: default avatarLiz Rice <liz@lizrice.com>
      3aa41db1
  9. Oct 12, 2019
  10. Jul 26, 2019
  11. Jul 17, 2019
    • Roberto Rojas's avatar
      Issue #363: Adds Unit Tests for Test Comparisons (#366) · dab5e92b
      Roberto Rojas authored
      * issue #363: starts unit tests for Test Comparison.
      
      * issue #363: Adds tests for "eq" operation
      
      * changes test result message
      
      * issue #363: Adds tests for "noteq" operation
      
      * issue #363: Adds tests for "gt" operation
      
      * issue #363: Adds tests for "lt" operation
      
      * issue #363: Adds tests for "gte" operation
      
      * issue #363: Adds tests for "lte" operation
      
      * issue #363: Adds tests for "has" operation
      
      * issue #363: Adds tests for "nothave" operation
      
      * issue #363: Adds tests for "regex" operation
      dab5e92b
  12. Jul 13, 2019
  13. Jul 12, 2019
  14. Jun 10, 2019
  15. Jun 05, 2019
  16. Jun 04, 2019
  17. May 26, 2019
  18. May 19, 2019
  19. May 16, 2019
  20. May 05, 2019
  21. May 03, 2019
  22. May 01, 2019
  23. Apr 11, 2019
  24. Apr 10, 2019
  25. Mar 21, 2019
    • Florent Delannoy's avatar
      Support JSON and YAML configuration · 4d3144ca
      Florent Delannoy authored
      Support new configuration options besides --flags:
      - JSON file through `jsonpath`
      - YAML file through `yamlpath`
      
      These new options are fully backwards-compatible with the existing
      tests.
      
      Added a new profile, 1.11-json, that expects a JSON kubelet
      configuration file and scores accordingly. This profile is compatible
      with EKS.
      4d3144ca
  26. Feb 18, 2019
    • Liz Rice's avatar
      Improve comment · cd231106
      Liz Rice authored
      Tests could easily be marked "skip" because the user doesn't want to run them in their environment, and in this common case the set of tests will be non-nil
      cd231106
    • Liz Rice's avatar
      Fix merge of skip check · db962a0a
      Liz Rice authored
      db962a0a
  27. Feb 15, 2019
  28. Jan 29, 2019
    • Yoav Hizkiahou's avatar
      Support new check type - skip: · 49f745af
      Yoav Hizkiahou authored
      If a check is marked with type "skip", it will be marked as Info.
      
      Support scored property:
      If a check is not scored and is not marked with type skip, it will be marked as Warn.
      49f745af
  29. Jul 30, 2018
  30. May 15, 2018
Loading