Skip to content
Snippets Groups Projects
  1. Oct 31, 2017
  2. Sep 17, 2017
  3. Sep 13, 2017
  4. Sep 12, 2017
  5. Aug 31, 2017
  6. Aug 15, 2017
  7. Aug 12, 2017
  8. Aug 08, 2017
  9. Aug 06, 2017
  10. Jul 25, 2017
  11. Jul 24, 2017
  12. Jul 13, 2017
  13. Jul 10, 2017
  14. Jul 07, 2017
  15. Jul 05, 2017
  16. Jul 04, 2017
  17. 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
  18. Jun 23, 2017
  19. 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
  20. Jun 19, 2017
Loading