- Sep 03, 2019
-
-
yoavrotems authored
Something with the old version was crashing. now using the most recent one 1.15.3 is working.
-
Roberto Rojas authored
-
- Sep 02, 2019
-
-
yoavrotems authored
The update is from the new cis version 1.4.1. like been done in https://github.com/aquasecurity/kube-bench/issues/370
-
- Aug 30, 2019
-
-
Roberto Rojas authored
* fixes issue #407 * fixes issue #407
-
Roberto Rojas authored
* fixes issue #396 * reverts remediation text change * changes to 1.11-json and 1.13-json as per PR review * Tiny typo
-
Liz Rice authored
Text should say Not Scored
-
Liz Rice authored
Strictly, we don't have the changes in 1.13-json but we do have them in 1.13
-
Roberto Rojas authored
-
- Aug 29, 2019
-
-
yoavrotems authored
* Remove some tests from been manual * Remove some tests from been manual
-
- Aug 28, 2019
-
-
Roberto Rojas authored
-
Roberto Rojas authored
* fixes issue #386 * Correct typo
-
- 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 23, 2019
-
-
Abubakr-Sadik Nii Nai Davis authored
Replace the `gt` with `eq` for string comparison of kube-bench check 2.1.6 in `cfg/1.6/node.yaml`.
-
- Aug 22, 2019
-
-
Patrick Lieberg authored
* testing Azure config locations * "Updated default config.yaml to incorporate Azure AKS file locations for kubelet" * "Adjusted order of new lines. Removed unneeded lines."
-
Abubakr-Sadik Nii Nai Davis authored
* Fix version command failing because of missing config file it does not need. * Fix typo * Remove reference to github issue in comment
-
- Aug 09, 2019
-
-
mwwolters authored
-
- Aug 07, 2019
-
-
Liz Rice authored
1.4.21 is about the PKI key file not the certificate
-
yoavrotems authored
* Delete federated.yaml There is no federated tests in ocp * Delete federated.yaml There are no federated tests in OCP
-
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
-
Efrat Levitan authored
-
- Aug 06, 2019
-
-
yoavrotems authored
* Update master.yaml * Update node.yaml Fix 2.1.11 - got DEPRECATED 2.1.14 changed to be a set of options, would be fixed by https://github.com/aquasecurity/kube-bench/pull/367 * Update master.yaml * Update node.yaml change 2.1.11 Title, and state to not scored
-
Roberto Rojas authored
-
- Jul 30, 2019
-
-
mwwolters authored
-
- Jul 26, 2019
-
-
Roberto Rojas authored
* issue #344: Adds support for array comparison. Every element in the source array must exist in the target array. * issue #344: Fixed typo and found if condition based on code review * adds unit tests for valid_elements comparison * removes spaces from split strings
-
- Jul 17, 2019
-
-
Roberto Rojas authored
* issue #363: starts unit tests for Test Comparison. * issue #363: Adds tests for "eq" operation * changes test result message * issue #363: Adds tests for "noteq" operation * issue #363: Adds tests for "gt" operation * issue #363: Adds tests for "lt" operation * issue #363: Adds tests for "gte" operation * issue #363: Adds tests for "lte" operation * issue #363: Adds tests for "has" operation * issue #363: Adds tests for "nothave" operation * issue #363: Adds tests for "regex" operation
-
- 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 13, 2019
-
-
Roberto Rojas authored
* issue #243: Changes condition so that score: false tests are performed * issue #243: Changes comments.
-
zilard authored
* issue #348: replace everywhere get<Thing>Files with getFiles
-
Roberto Rojas authored
* Adds bin_op to Test 2.1.4 * Adds bin_op to Test 2.1.5
-
- Jul 12, 2019
-
-
Liz Rice authored
Should fix #360
-
Roberto Rojas authored
* issue #335: Adds json/yaml unmarshal Unit Tests. * issue #335: Adds jsonpath Unit Tests. * issue #335: Removes log package.
- Jul 11, 2019
-
-
Roberto Rojas authored
issue #337: Adds comment for properties detected thru parsing command line. Fixed Audit for test 2.1.8 (#354)
-
- Jul 10, 2019
-
-
Roberto Rojas authored
-
Roberto Rojas authored
-
zilard authored
* implement test 2.2.8 * Nit: correct indentation The indentation looked a bit wonky due to spaces vs tabs; hopefully this corrects it
-
Roberto Rojas authored
-
- Jul 08, 2019
-
-
Liz Rice authored
-
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
-