Skip to content
Snippets Groups Projects
  1. Oct 03, 2020
  2. Sep 17, 2020
    • yoavrotems's avatar
      Add cis 1.6 (#678) · 7280438e
      yoavrotems authored
      * Add new cis version yamls
      
      Add new cis version yamls
      
      * Add new cis version yamls
      
      * Add cis-1.6 to versions table
      
      * support version mapping cis-1.6
      
      * support version mapping cis-1.6
      
      * Update controlplane.yaml
      
      * Update etcd.yaml
      
      * Update node.yaml
      
      * Update policies.yaml
      
      * Create job.data
      
      * Create job-node.data
      
      * Create job-master.data
      
      * Create add-tls-kind.yaml
      
      * Change node version to 1.15.0
      
      * Add tests for cis-1.6
      
      * Delete node_only.yaml
      
      * Change tests 1.1.19-1.1.21
      
      Change 1.1.19-1.1.21 because failing tests
      
      * Update job.data
      
      * Update job-master.data
      
      * Update job-master.data
      
      * Update job.data
      
      * fix 1.2.35 remediation 
      
      tabs instead of spaces
      
      * Update job-master.data
      
      * Remove extra space
      
      * Update job.data
      
      * Create node_only.yaml
      
      * Add tests for cis-1.6
      
      Add tests for cis-1.6 and change some from 1,5 to 1.6
      
      * Fix typo
      
      * Add mapping for cis-1.6
      
      * Remove extra space in 1.2.35 remediation
      
      * Update job.data
      
      * Update job-master.data
      
      * Fix type 1.2.35
      
      * Remove trailing spaces
      
      * Remove trailing spaces
      
      * Remove trailing spaces
      
      * Remove trailing spaces
      
      * Add version 1.19 kubernetes support
      
      * Add version 1.19 kubernetes support
      
      * Add version 1.19 kubernetes support
      7280438e
  3. Sep 14, 2020
  4. Sep 09, 2020
  5. Sep 06, 2020
  6. Aug 12, 2020
  7. Jul 29, 2020
  8. Jul 15, 2020
    • Liz Rice's avatar
      docs: add Troubleshooting (#638) · 4e009544
      Liz Rice authored
      * docs: add Troubleshooting
      
      Adding basic instructions for running with debug logs
      
      * docs: remember --logtostderr
      
      * docs: note about cfg requirement
      
      Note that installing a binary release is not sufficient - you also need the config and test files
      Fixes #613
      4e009544
  9. Jul 10, 2020
  10. May 15, 2020
  11. May 14, 2020
  12. May 06, 2020
  13. Apr 07, 2020
  14. Mar 11, 2020
  15. Mar 03, 2020
  16. Feb 12, 2020
  17. Jan 07, 2020
  18. Dec 20, 2019
  19. 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
  20. Nov 06, 2019
  21. Nov 05, 2019
  22. Oct 24, 2019
  23. Oct 23, 2019
  24. Oct 16, 2019
  25. Oct 15, 2019
  26. Oct 14, 2019
  27. Oct 11, 2019
  28. Sep 21, 2019
  29. Aug 30, 2019
  30. Aug 27, 2019
    • Abubakr-Sadik Nii Nai Davis's avatar
      Read kubernetes version from environment (#390) · 92df9cb3
      Abubakr-Sadik Nii Nai Davis authored
      * Read kubernetes version from environment
      
      Set kubernetes version to the value of the environment variable `KUBE_BENCH_VERSION` if it is defined and the flag `--version` is not specified on the kube-bench command line.
      
      The command line flag `--version` takes precedence of the environment variable `KUBE_BENCH_VERSION` if both are defined.
      
      * Add info about KUBE_BENCH_VERSION to README
      92df9cb3
  31. Aug 07, 2019
    • Abubakr-Sadik Nii Nai Davis's avatar
      Remove duplicate documentation. (#373) · 2e27d681
      Abubakr-Sadik Nii Nai Davis authored
      * Remove duplicate documentation.
      
      * Add test configuration header back in main README.
      
      * Add missing regex operator in docs/README.
      
      * Fix incorrect description of configuration options bins, confs etc.
      
      * Move description of version auto-detection to main README.
      
      * Use 1.13 in examples since cfg/1.12 doesn't exist
      
      * Remove duplicate sentence about regex
      
      This sentence is now in the docs/README
      
      * Add link to the docs for test YAML definitions
      2e27d681
  32. Jul 16, 2019
    • yoavrotems's avatar
      Add codecov (#336) · 7c97f6a4
      yoavrotems authored
      * Update .gitignore
      
      * Update .travis.yml
      
      * Update makefile
      
      * Update .travis.yml
      
      * Update .travis.yml
      
      * Update .travis.yml
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update makefile
      
      * Update .travis.yml
      7c97f6a4
  33. Jul 08, 2019
    • Liz Rice's avatar
      Need credentials in order to run kubectl version (#332) · 08097d22
      Liz Rice authored
      Without passing in kubeconfig credentials:
      
      ```bash
      $ docker run --pid=host -v /etc:/etc:ro -v /var:/var:ro -v $(which kubectl):/usr/bin/kubectl -t lizrice/kube-bench:5e6cdfdb master -v 1
      I0628 16:52:06.591683    6099 util.go:367] Unable to get Kubernetes version from kubectl, using default version: 1.6
      I0628 16:52:06.591822    6099 common.go:74] Using benchmark file: cfg/1.6/master.yaml
      ...
      ```
      As updated in the README with this fix:
      
      ```bash
      docker run --pid=host -v /etc:/etc:ro -v /var:/var:ro -v $(which kubectl):/usr/bin/kubectl -v ~/.kube:/.kube -e KUBECONFIG=/.kube/config -t lizrice/kube-bench:5e6cdfdb master -v 1
      I0628 16:53:26.784122    7224 util.go:131] No test file found for 1.14 - using tests for Kubernetes 1.13
      I0628 16:53:26.784961    7224 common.go:228] Using config file: cfg/1.13/config.yaml
      ...
      ```
      08097d22
  34. Jul 03, 2019
  35. Jun 25, 2019
    • Liz Rice's avatar
      Add pull requests section · 0ab09a85
      Liz Rice authored
      Add pull requests section
      Include instructions for kube-bench version
      Other small wording changes
      0ab09a85
  36. Jun 24, 2019
  37. Jun 11, 2019
Loading