Skip to content
Snippets Groups Projects
  1. Aug 04, 2020
  2. Jul 21, 2020
  3. Jun 24, 2020
  4. May 20, 2020
  5. 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>
      Unverified
      06303f6a
  6. Feb 18, 2020
  7. Feb 12, 2020
  8. Jan 21, 2020
  9. Jan 09, 2020
  10. Jan 07, 2020
  11. 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
  12. Dec 05, 2019
  13. Nov 27, 2019
    • Roberto Rojas's avatar
      Issue #421: Merges PR #422 with master (#523) · 9c6d4de8
      Roberto Rojas authored
      * Add kubeconfig location of kube-proxy for AKS
      
      * Add job for AKS node
      
      * Automate ca file permission check
      
      * removed job-aks.yaml as other PRs added needed features
      
      * fixed integration test due to merge changes
      9c6d4de8
  14. Nov 16, 2019
Loading