- Dec 20, 2019
-
-
Zeid Marouf authored
-
- Dec 13, 2019
-
-
Roberto Rojas authored
* Adds openshift to autodetect node type * detect okd node units * OCP fixes
-
Roberto Rojas authored
* isEtcd should not run on openshift 3.10/3.11 * adds openssl * fixed tests * fixes bugs * adds isEtcd tests
-
- Dec 12, 2019
-
-
Roberto Rojas authored
-
- Dec 10, 2019
-
-
Huang Huang authored
* Fix remediation of 2.2.3 in cis-1.3 * Fix remediation of 4.1.1 in cis-1.5
-
- Dec 09, 2019
-
-
Mateus Caruccio authored
* Adds openshift to autodetect node type * detect okd node units
-
- Dec 05, 2019
-
-
Roberto Rojas authored
* Initial commit. * Add master and node config. * Add section 5 of CIS 1.5.1. * Split sections into section files * Fix YAML issues. * adds target translation * adds target translation * adds cis-1.5 mapping * fixed tests * fixes are per PR * fixed intergration test * integration kind test file to appropriate ks8 version * fixed etcd text * fixed README * fixed text * etcd: fixed grep path * etcd: fixes * fixed error message bug * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update README.md Co-Authored-By:
Liz Rice <liz@lizrice.com> * fixes as per PR review
-
- Dec 04, 2019
-
-
Huang Huang authored
-
- Dec 02, 2019
-
-
Liz Rice authored
* test: fix TestGetConfigFilePath This test wasn't correctly creating the test file due to the wrong directory permissions on the temp file. This wasn't detected due to a lack of error checking. Also, the code was only checking for file not exist rather than lack of permission to read file (or any other error). The combination of these two things means the test wasn't checking what it thought it was checking, and passed more by luck than judgment. * add getYamlFilesFromDir * add getTestYamlFiles and test * docs: Update master / node help text * return path + filename from getYamlFilesFromDir * subcommand run to run specific section files
-
- Nov 27, 2019
-
-
gy741 authored
-
Roberto Rojas authored
* Add kubeconfig location of kube-proxy for AKS * Add job for AKS node * Automate ca file permission check * removed job-aks.yaml as other PRs added needed features * fixed integration test due to merge changes
- Nov 26, 2019
-
-
Roberto Rojas authored
replaced calling docker directly by using "make build-docker"
-
- Nov 16, 2019
-
-
Roberto Rojas authored
* Fixes issue #439: Adds integration testing using KIND * try integration tests * started using ticker and timeouts * trying built container image * adds load image into KIND * adds comparison * fixes as per PR review
-
- Nov 13, 2019
-
-
John Schnake authored
If running these checks in a CI system it may be beneficial to output in a more standardized format such as JUnit for parsing by other tools in a consistent manner. Fixes #460 Signed-off-by:
John Schnake <jschnake@vmware.com>
-
- Nov 12, 2019
-
-
Roberto Rojas authored
* Fixes issue #517: Determines Kubernetes version using the REST API * fixes * fixes * adds tests * fixes * added more tests * kubernetes_version_test: Add a missing case for invalid certs Signed-off-by:
Simarpreet Singh <simar@linux.com> * kubernetes_version_test: Remove un-needed casts Signed-off-by:
Simarpreet Singh <simar@linux.com> * fixes as per PR review * fixes as per PR review
-
- Nov 06, 2019
-
-
Liz Rice authored
-
Jonathan Rau authored
* Change EKS Readme * Fix readme formatting * 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
-
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
-