Skip to content
Snippets Groups Projects
  1. Jun 28, 2020
  2. Jun 24, 2020
  3. Jun 23, 2020
  4. Jun 22, 2020
  5. Jun 17, 2020
  6. May 20, 2020
  7. May 15, 2020
  8. May 14, 2020
  9. May 11, 2020
  10. May 06, 2020
  11. Apr 07, 2020
  12. Mar 16, 2020
  13. Mar 11, 2020
  14. Mar 05, 2020
    • Roberto Rojas's avatar
      Get Kubernetes Version: Adds Retry Logic (#593) · b403b364
      Roberto Rojas authored
      
      * Closes #551
      
      * Closes #551
      
      * Update cmd/kubernetes_version.go
      
      Co-Authored-By: default avatarLiz Rice <liz@lizrice.com>
      
      * Closes #551
      
      Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
      b403b364
    • 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
  15. Mar 03, 2020
  16. Mar 02, 2020
  17. Feb 18, 2020
  18. Feb 12, 2020
  19. Jan 28, 2020
  20. Jan 22, 2020
  21. Jan 21, 2020
  22. Jan 14, 2020
  23. Jan 13, 2020
  24. Jan 09, 2020
  25. Jan 07, 2020
  26. Jan 06, 2020
    • James Ward's avatar
      Support Linting YAML as part of Travis CI build (#554) · 5f34058d
      James Ward authored
      * add yamllint command to travis CI
      
      installs and runs a linter across the YAML in the
      project to ensure consistency in the written YAML.
      
      this uses yamllint and the default yamllint config with
      "truthy" and "line-length" disabled.
      
      * run dos2unix on CRLF files
      
      * YAMLLINT: remove trailing spaces
      
      * YAMLLint: add YAML document start
      
      * YAMLLint: too many spaces around bracket
      
      * YAMLLint: fix indentation
      
      * YAMLLint: remove duplicate key
      
      * YAMLLint: newline at end of file
      
      * YAMLLint: Too few spaces after comma
      
      * YAMLLint: too many spaces after colon
      5f34058d
  27. Jan 03, 2020
  28. Dec 20, 2019
  29. Dec 13, 2019
Loading