Skip to content
Snippets Groups Projects
  1. Mar 16, 2020
    • yoavrotems's avatar
      Add option to do bitmask (#565) · 60f2fb59
      yoavrotems authored
      * Add option to do bitwise and between two value in order to compare permissions
      
      * Update test.go
      
      Removed self debug note
      
      * Update test_test.go
      
      FIx typo
      
      * Update test.go
      
      * Update test.go
      
      Switched between max and requested value, because accidentally assigned them oppositely  and remove old function relate to octal base
      
      * Update test_test.go
      
      * Update test_test.go
      60f2fb59
  2. Mar 11, 2020
  3. 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
  4. Mar 03, 2020
  5. Mar 02, 2020
  6. Feb 18, 2020
  7. Feb 12, 2020
  8. Jan 28, 2020
  9. Jan 22, 2020
  10. Jan 21, 2020
  11. Jan 14, 2020
  12. Jan 13, 2020
  13. Jan 09, 2020
  14. Jan 07, 2020
  15. 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
  16. Jan 03, 2020
  17. Dec 20, 2019
  18. Dec 13, 2019
  19. Dec 12, 2019
  20. Dec 10, 2019
  21. Dec 09, 2019
  22. 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
  23. Dec 04, 2019
  24. Dec 02, 2019
    • Liz Rice's avatar
      Add run subcommand (#529) · f2caa1f0
      Liz Rice authored
      * test: fix TestGetConfigFilePath
      
      This test wasn't correctly creating the test file due to the wrong directory permissions on the temp file. This wasn't detected due to a lack of error checking.
      
      Also, the code was only checking for file not exist rather than lack of permission to read file (or any other error).
      
      The combination of these two things means the test wasn't checking what it thought it was checking, and passed more by luck than judgment.
      
      * add getYamlFilesFromDir
      
      * add getTestYamlFiles and test
      
      * docs: Update master / node help text
      
      * return path + filename from getYamlFilesFromDir
      
      * subcommand run to run specific section files
      f2caa1f0
  25. Nov 27, 2019
  26. Nov 26, 2019
  27. Nov 16, 2019
  28. Nov 13, 2019
  29. Nov 12, 2019
  30. Nov 06, 2019
Loading