Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Jul 03, 2019
  4. 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
  5. Jun 24, 2019
  6. Jun 11, 2019
  7. Jun 05, 2019
  8. Jun 01, 2019
  9. May 30, 2019
  10. Apr 23, 2019
  11. Apr 11, 2019
  12. Mar 27, 2019
  13. Mar 26, 2019
  14. Mar 21, 2019
    • Florent Delannoy's avatar
      Update documentation after review · abfc38d6
      Florent Delannoy authored
      abfc38d6
    • Florent Delannoy's avatar
      Support JSON and YAML configuration · 4d3144ca
      Florent Delannoy authored
      Support new configuration options besides --flags:
      - JSON file through `jsonpath`
      - YAML file through `yamlpath`
      
      These new options are fully backwards-compatible with the existing
      tests.
      
      Added a new profile, 1.11-json, that expects a JSON kubelet
      configuration file and scores accordingly. This profile is compatible
      with EKS.
      4d3144ca
  15. Mar 12, 2019
  16. Jan 15, 2019
  17. Jan 14, 2019
  18. Jan 11, 2019
  19. Dec 31, 2018
  20. Dec 27, 2018
  21. Dec 20, 2018
  22. Nov 20, 2018
    • Liz Rice's avatar
      Also /var · bdbbe41b
      Liz Rice authored
      bdbbe41b
    • Liz Rice's avatar
      read config files from host /etc · ba998504
      Liz Rice authored
      I don't see how kube-bench can check the permissions on files unless it has access to them on the host, so I think we need to be mounting the /etc directory from the host
      ba998504
  23. Nov 07, 2018
  24. Oct 09, 2018
  25. Sep 03, 2018
    • Luke Bond's avatar
      Update README.md · 8894b1dc
      Luke Bond authored
      Specify `-t` to get colour in the Docker output.
      Added a note about mounting kubectl or kubelet to get the version.
      8894b1dc
  26. Aug 10, 2018
  27. May 16, 2018
  28. May 15, 2018
  29. May 11, 2018
  30. May 06, 2018
  31. Apr 20, 2018
Loading