- Oct 23, 2019
-
-
Mohan Sha authored
-
Nikita Titov authored
-
- Oct 18, 2019
-
-
Simarpreet Singh authored
* master.yaml: Add --audit-policy-file check for 1.1.37. Signed-off-by:
Simarpreet Singh <simar@linux.com> * fix-177: fix line endings Signed-off-by:
Simarpreet Singh <simar@linux.com>
-
- 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
-
-
Simarpreet Singh authored
* common_test: Add a failing test to show the SISEGV Signed-off-by:
Simarpreet Singh <simar@linux.com> * common: Go green by fixing isMaster() to instantiate viper Signed-off-by:
Simarpreet Singh <simar@linux.com> * common: Inject a seam for getBinariesFunc to be patched-in. Also adds additional tests to showcase unhappy behaviors. Signed-off-by:
Simarpreet Singh <simar@linux.com> * common_test: Rename TestIsMaster() Signed-off-by:
Simarpreet Singh <simar@linux.com> * common: init viper with master config Signed-off-by:
Simarpreet Singh <simar@linux.com> * common: Add a pre-check if valid yaml is passed but doesn't include master. Also adds additional tests to showcase unhappy behaviors. Signed-off-by:
Simarpreet Singh <simar@linux.com> * mod: Upgrade viper to v1.4.0 Signed-off-by:
Simarpreet Singh <simar@linux.com> * common: Refactor node only yaml to a file Signed-off-by:
Simarpreet Singh <simar@linux.com> * common: Log when master components are not found Signed-off-by:
Simarpreet Singh <simar@linux.com> * common_test: Refactor subtests into a table Signed-off-by:
Simarpreet Singh <simar@linux.com>
-
Roberto Rojas authored
* removed version prior to 1.11 * removed references to kubernetes versions prior to 1.11
-
Roberto Rojas authored
* starts fixes #353 * new approach to minize duplications * applied merged yaml files for v1.11 and v1.13 * yaml files json/params merged * fixes to remove double quotes from numbers and booleans * fixed bug * fixed certificate check * removed -json files * changes based on PR review * Update check/check_test.go Yay more tests! Co-Authored-By:
Liz Rice <liz@lizrice.com> * changes as PR review * fixed bug when scored check is missing tests * attempt to improve the code * fixed list breaks * removes handleError function * Update check/check.go Accepting suggested log level. Co-Authored-By:
Liz Rice <liz@lizrice.com>
-
- Oct 12, 2019
-
-
Roberto Rojas authored
-
Roberto Rojas authored
-
Roberto Rojas authored
* fixes issue #364 * fixed unit test error text
-
- Oct 11, 2019
-
-
James George authored
-
- Oct 09, 2019
-
-
yoavrotems authored
-
- Oct 08, 2019
-
-
Simarpreet Singh authored
Signed-off-by:
Simarpreet Singh <simar@linux.com>
-
- Sep 21, 2019
-
-
Liz Rice authored
-
- 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
-