- 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
-
- Jul 01, 2019
-
-
patelpayal authored
* add glog flush to write the output to a file * add glog flush before exit on error and fix code comment
-
- Jun 28, 2019
-
-
Manuel Rüger authored
If kube-controller-manager is getting detected by older versions of procps, it will only be detected if we're looking for kube-controller (15 chars) NOTE: "The command name is not the same as the command line. Previous versions of procps and the kernel truncated this command name to 15 characters. This limitation is no longer present in both. If you depended on matching only 15 characters, you may no longer get a match."
-
patelpayal authored
-
- Jun 26, 2019
-
-
Manuel Rüger authored
* Remove binary that was accidentally added https://github.com/aquasecurity/kube-bench/commit/911e9051dc2d53ecef957794df75325ca1f4bfa8 * Dockerfile: Update to alpine 3.10 * Switch to go 1.12 and go modules
-
Liz Rice authored
cfg: remove erroneous whitespaces in yaml
-
- Jun 25, 2019
-
-
Simarpreet Singh authored
Signed-off-by:
Simarpreet Singh <simar@linux.com>
-
Liz Rice authored
Add github issue creation instructions.
-
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
-