- Nov 06, 2019
-
-
Sebastian Ehmann authored
As the length of a nil slice is defined as 0, the nil check is redundand. (suggested by golanci-lint/gosimple)
-
Sebastian Ehmann authored
-
Sebastian Ehmann authored
Using `buf.String()` instead of `fmt.Sprintf` is simpler
-
Liz Rice authored
Fixes: https://github.com/aquasecurity/kube-bench/issues/420 Signed-off-by:
Manuel Rüger <manuel@rueg.eu>
-
- Nov 05, 2019
-
-
Soumyadeep Sinha authored
* Fixed some typos * Fixed some typos * Fixed typo and capitalization of Kubernetes * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update docs/README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update docs/README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update docs/README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * docs: trivial, reinstate capital K * docs: trivial, reinstate backticks * docs: trivial, reinstate "in order" for clarity * docs: trivial, reinstate capital K
-
Roberto Rojas authored
* starting benchmark flag * Revert "starting benchmark flag" This reverts commit 58fc948626cb2f99a4f26e9cef3675b4d0938176. * fixes issue #269 * add more unit tests * fix bug * Update cmd/common.go Co-Authored-By:
Liz Rice <liz@lizrice.com> * fixes as per PR review * fixes as per PR review * adds more tests * fixed tests * changes as per PR Review * changes as per PR Review * updated README * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * changes are per PR review
-
mwwolters authored
Changed 1.3.3 to check that --use-service-account-credentials isn't set to false, but the flag is set (#442)
-
Roberto Rojas authored
* changed error description for missing kubectl/kubelet execs * adds function to generate error message for missing components * adds function to generate error message for missing components * adds function to generate error message for missing components * Update cmd/util.go Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update cmd/util.go Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update cmd/util.go Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update cmd/util.go Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update cmd/util.go Co-Authored-By:
Liz Rice <liz@lizrice.com> * fixed error message * changes are per PR review
-
- Nov 01, 2019
-
-
Roberto Rojas authored
* fixes issue #501 * specify abolute path for ps and cat
-
- Oct 26, 2019
-
-
Nando Theessen authored
-
Kevin W Monroe authored
-
Prem Kumar authored
* fix flag repetition in ocp-3.11/node.yaml * fix flag repetition in ocp-3.11/master.yaml
-
- Oct 25, 2019
-
-
michizhou authored
-
- Oct 24, 2019
-
-
DarthSett authored
Fixed the grammar as per the issue [#472 ](https://github.com/aquasecurity/kube-bench/issues/472)
-
Arpit Pandey authored
-
Saiyam Pathak authored
usr-bin volume mount not required as using kubelet version in command
-
Alexey Pyltsyn authored
-
Sidhya Tikku authored
* Delete .DS_Store * Update .gitignore
-
PARAM MITTAL authored
-
- Oct 23, 2019
-
-
John Schnake authored
Updates the logic for `kind-push` in the makefile to use the new, simple command provided by kind. Fixes #458
-
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
-