- Jul 16, 2019
-
-
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
-
- Jul 08, 2019
-
-
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 ... ```
-
- Jul 03, 2019
-
-
Liz Rice authored
-
- Jun 25, 2019
-
-
Liz Rice authored
Add pull requests section Include instructions for kube-bench version Other small wording changes
-
- Jun 24, 2019
-
-
Abubakr-Sadik Nii Nai Davis authored
-
- Jun 11, 2019
-
-
Liz Rice authored
-
- Jun 05, 2019
-
-
wwwil authored
-
- Jun 01, 2019
- May 30, 2019
-
-
Liz Rice authored
Values in the version-specific files override the main file
-
- Apr 23, 2019
- Apr 11, 2019
- Mar 27, 2019
-
-
Liz Rice authored
-
- Mar 26, 2019
-
-
Liz Rice authored
Also describe how tests can be omitted by editing the YAML
-
- Mar 21, 2019
-
-
Florent Delannoy authored
-
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.
-
- Mar 12, 2019
-
-
Cyril Tovena authored
The root command will run node checks and if possible master checks. I've also added some Makefile targets to improve local testing and improve the documentation.
-
- Jan 15, 2019
-
-
Liz Rice authored
-
- Jan 14, 2019
-
-
Spencer Owen authored
-
- Jan 11, 2019
-
-
Liz Rice authored
-
- Dec 31, 2018
-
-
Colin GILLE authored
-
- Dec 27, 2018
-
-
Martin Mosegaard Amdisen authored
Once the master node recommended check: 1.1.12 Ensure that the admission control plugin DenyEscalatingExec is set has been followed, it is no longer possible to run kube-bench itself using kubectl.
-
- Dec 20, 2018
-
-
Sean Slattery authored
-
- Nov 20, 2018
- Nov 07, 2018
-
-
Johannes M. Scheuermann authored
Signed-off-by:
Johannes M. Scheuermann <joh.scheuer@gmail.com>
-
- Oct 09, 2018
- Sep 03, 2018
-
-
Luke Bond authored
Specify `-t` to get colour in the Docker output. Added a note about mounting kubectl or kubelet to get the version.
-
- Aug 10, 2018
-
-
bvwells authored
-
- May 16, 2018
-
-
Will Medlar authored
-
- May 15, 2018
-
-
Abubakr-Sadik Nii Nai Davis authored
#218
-
Abubakr-Sadik Nii Nai Davis authored
It has grown stale and no longer reflects the supported options, and can be misleading (see #127).
-
- May 11, 2018
- May 06, 2018
-
-
Will Medlar authored
-
Will Medlar authored
-
- Apr 20, 2018
-
-
Liz Rice authored
-