- Oct 23, 2019
-
-
Mohan Sha authored
-
- Oct 16, 2019
-
-
Itay Shakury authored
-
- Oct 15, 2019
-
-
Liz Rice authored
* docs: Clarify the meaning of WARN state * Update README.md
-
- Oct 14, 2019
-
-
Roberto Rojas authored
* removed version prior to 1.11 * removed references to kubernetes versions prior to 1.11
-
- Oct 11, 2019
-
-
James George authored
-
- Sep 21, 2019
-
-
Liz Rice authored
-
- Aug 30, 2019
-
-
Liz Rice authored
Strictly, we don't have the changes in 1.13-json but we do have them in 1.13
-
- Aug 27, 2019
-
-
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
-
- Aug 07, 2019
-
-
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
-
- 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.
-