- Jun 28, 2020
-
-
yoavrotems authored
* Update test.go * Update test_test.go
-
- Jun 24, 2020
-
-
Huang Huang authored
* Fix invalid JSON output Fixes #622 * Apply suggestions from code review Co-authored-by:
Liz Rice <liz@lizrice.com> * Add tests Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- Jun 23, 2020
-
-
Manuel Rüger authored
Signed-off-by:
Manuel Rüger <manuel@rueg.eu>
-
- Jun 22, 2020
-
-
Huang Huang authored
* Run audit as shell script instead of as single line command * Rename runExecCommands to runAudit * Fix tests Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- Jun 17, 2020
-
-
Andrew Horton authored
-
- May 20, 2020
-
-
Huang Huang authored
* Remove unnecessary whitespaces * Fix a typo * Add integration tests for cis 1.3 and cis 1.5 * Change the timeout of integration tests from 600s to 1200s * Avoid repeated codes
-
- May 15, 2020
-
-
Neha Viswanathan authored
Co-authored-by:
Neha Viswanathan <nviswanathan@axway.com> Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- May 14, 2020
-
-
Craig Jellick authored
Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Huang Huang authored
Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Paul McCarthy authored
Looks like this project now uses Go modules so `dep` steps are not needed. Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Gábor Lipták authored
Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- May 11, 2020
-
-
Liz Rice authored
We're now following the normal behaviour of glog, which means specifying --logtostderr to get the output written to screen. See https://godoc.org/github.com/golang/glog
-
- May 06, 2020
-
-
Liz Rice authored
Correct misleading comment about anticipated CIS benchmarks for every Kubernetes release - bad assumption!
-
- Apr 07, 2020
-
-
Liz Rice authored
Added a Please Note section to document common misunderstandings that often lead to incorrect issue filings
-
- Mar 16, 2020
-
-
Daniel Sutton authored
Signed-off-by:
Daniel Sutton <daniel@ducksecops.uk> Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Mathis Kretz authored
* Add config paths for microk8s * Fix order for kube-proxy conf path and fix yaml linting issue Co-authored-by:
Mathis Kretz <mathis@bespinian.io> Co-authored-by:
Liz Rice <liz@lizrice.com>
-
yoavrotems authored
* Add option to do bitwise and between two value in order to compare permissions * Update test.go Removed self debug note * Update test_test.go FIx typo * Update test.go * Update test.go Switched between max and requested value, because accidentally assigned them oppositely and remove old function relate to octal base * Update test_test.go * Update test_test.go
-
- Mar 11, 2020
-
-
Liz Rice authored
Also adds links to the Kubernetes benchmarks Fixes #596
-
- Mar 05, 2020
-
-
Roberto Rojas authored
* Closes #551 * Closes #551 * Update cmd/kubernetes_version.go Co-Authored-By:
Liz Rice <liz@lizrice.com> * Closes #551 Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Liz Rice authored
* Update check.go Added new warn_reason value which gives a brief explanation about why the not scored tests failed * Update common.go Changed when a not scored test fails because it has a wrong syntax audit command or just running something that can't be run the print the failure. but if the test just fails because it doesn't line up with the cis hardening recommendations then print the remediation text. * Update check/check.go fix typo Co-Authored-By:
Liz Rice <liz@lizrice.com> * Update check.go * Update common.go * Update check.go added back os.Exit(1) to exitWithError * Update job-master.data Change some tests output to fit warn reason. (No change to the summary) * Update job-node.data Changed some tests output to fit warn reason. (No change to the summary) * Update job.data Change some tests output to fit warn reason. (No change to the summary) * Update common.go Keep to old way to print manual test output Co-authored-by:
Liz Rice <liz@lizrice.com> Co-authored-by:
Roberto Rojas <robertojrojas@gmail.com>
-
- Mar 03, 2020
-
-
Huang Huang authored
Co-authored-by:
Roberto Rojas <robertojrojas@gmail.com>
-
Huang Huang authored
* Support parse boolean flag with no value * Add test for parse boolean flag with false value Co-authored-by:
Roberto Rojas <robertojrojas@gmail.com>
-
Abubakr-Sadik Nii Nai Davis authored
* Add initial commit for CIS GKE 1.0 benchmark * Update README with GKE instructions * Fix YAML linter issues * Set GKE benchmark k8s version to gke-1.0 * Add tests for gke-1.0 Co-authored-by:
Roberto Rojas <robertojrojas@gmail.com>
-
- Mar 02, 2020
-
-
Thorsten Schifferdecker authored
proykubeconfig -> proxykubeconfig
-
- Feb 18, 2020
-
-
Huang Huang authored
Fixes #582
-
- Feb 12, 2020
-
-
Huang Huang authored
* Fixes issue #574: change the PATH in container And change to use `/usr/local/mount-from-host/bin` as mount path. Fixes #574 * Fix integration tests
-
- Jan 28, 2020
-
-
Nick Smith authored
By setting all host-mounted volumes to be read-only we reduce the likelihood any host filesystem is modified by running kube-bench.
-
- Jan 22, 2020
-
-
LukasAuerbeck authored
Co-authored-by:
Liz Rice <liz@lizrice.com>
-
mustafa-rean authored
Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- Jan 21, 2020
-
-
Roberto Rojas authored
* Adds Diff function: Fixes #559 * changes as per PR review
-
- Jan 14, 2020
-
-
Manuel Rüger authored
Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- Jan 13, 2020
-
-
yoavrotems authored
goreleaser updated and got some functions deprecated. • ARCHIVES • DEPRECATED: `archive` should not be used anymore, check https://goreleaser.com/deprecations#archive for more info. • LINUX PACKAGES WITH NFPM • DEPRECATED: `nfpm` should not be used anymore, check https://goreleaser.com/deprecations#nfpm for more info. Co-authored-by:
Liz Rice <liz@lizrice.com> Co-authored-by:
Roberto Rojas <robertojrojas@gmail.com>
-
- Jan 09, 2020
-
-
Roberto Rojas authored
* Fixes #552: Improves performance and reliability. Co-Authored-By:
Liz Rice <liz@lizrice.com>
-
- Jan 07, 2020
-
-
Murali Paluru authored
* remove always true for logtostderr * update README for log collection instructions Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Murali Paluru authored
-
- Jan 06, 2020
-
-
James Ward authored
* add yamllint command to travis CI installs and runs a linter across the YAML in the project to ensure consistency in the written YAML. this uses yamllint and the default yamllint config with "truthy" and "line-length" disabled. * run dos2unix on CRLF files * YAMLLINT: remove trailing spaces * YAMLLint: add YAML document start * YAMLLint: too many spaces around bracket * YAMLLint: fix indentation * YAMLLint: remove duplicate key * YAMLLint: newline at end of file * YAMLLint: Too few spaces after comma * YAMLLint: too many spaces after colon
-
- Jan 03, 2020
-
-
Liz Rice authored
- Tests that did not increase coverage and were redundant are removed. - New tests reflecting the meaning of the state as explained in the README are added. Co-authored-by:
s-nirali <25746945+s-nirali@users.noreply.github.com>
-
- Dec 20, 2019
-
-
Saurya Das authored
* Adding a section for Azure Kubernetes Service steps to run kube bench on AKS worker nodes * Update README.md * Update README.md Co-authored-by:
Roberto Rojas <robertojrojas@gmail.com> Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Zeid Marouf authored
-
- Dec 13, 2019
-
-
Roberto Rojas authored
* Adds openshift to autodetect node type * detect okd node units * OCP fixes
-