Skip to content
Snippets Groups Projects
  1. May 03, 2019
  2. May 01, 2019
  3. Apr 11, 2019
  4. Apr 10, 2019
  5. 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
  6. 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
  7. Feb 15, 2019
  8. 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
  9. Jul 30, 2018
  10. May 15, 2018
  11. Nov 29, 2017
  12. Oct 31, 2017
  13. Sep 17, 2017
  14. Sep 13, 2017
  15. Sep 12, 2017
  16. Aug 31, 2017
  17. Aug 15, 2017
  18. Aug 12, 2017
  19. Aug 08, 2017
  20. Aug 06, 2017
  21. Jul 25, 2017
  22. Jul 24, 2017
  23. Jul 13, 2017
  24. Jul 10, 2017
  25. Jul 07, 2017
  26. Jul 05, 2017
  27. Jul 04, 2017
  28. Jun 30, 2017
    • Abubakr-Sadik Nii Nai Davis's avatar
      e61dcabd
    • Abubakr-Sadik Nii Nai Davis's avatar
      Resolve issue #7 wait: error running audit command exit status 1. · d0d9900b
      Abubakr-Sadik Nii Nai Davis authored
      This is caused by a command in the audit pipeline (for example
      ps -ef | grep kube-apiserver) failing. The causes of this failure
      in my testing is usually a missing config file.
      
      Extensive refactor and correction in verification code to check for
      config files and binaries.
      
      Replace joncalhoun/pipes with implementation using exec.Cmds so errors
      are visible and can be handled when audit pipeline commands fail.
      
      Change some audit commands
      from: ps -ef | grep <cmd> | grep -v
      to:   ps -C <something> -o comm,args --no-headers
      
      which is simpler to work with.
      d0d9900b
  29. Jun 23, 2017
  30. Jun 20, 2017
    • Liz Rice's avatar
      colorPrint for the output · 800c18cc
      Liz Rice authored
      Use the same format output for warnings even if they aren’t related to
      a specific test ID
      800c18cc
Loading