Skip to content
Snippets Groups Projects
  1. May 15, 2020
  2. May 14, 2020
  3. May 06, 2020
  4. Apr 07, 2020
  5. Mar 11, 2020
  6. Mar 03, 2020
  7. Feb 12, 2020
  8. Jan 07, 2020
  9. Dec 20, 2019
  10. 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
  11. Nov 06, 2019
  12. Nov 05, 2019
  13. Oct 24, 2019
  14. Oct 23, 2019
  15. Oct 16, 2019
  16. Oct 15, 2019
  17. Oct 14, 2019
  18. Oct 11, 2019
  19. Sep 21, 2019
  20. Aug 30, 2019
  21. 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
  22. 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
  23. 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
  24. 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
  25. Jul 03, 2019
  26. 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
  27. Jun 24, 2019
  28. Jun 11, 2019
  29. Jun 05, 2019
  30. Jun 01, 2019
  31. May 30, 2019
  32. Apr 23, 2019
  33. Apr 11, 2019
  34. Mar 27, 2019
Loading