- Sep 17, 2020
-
-
yoavrotems authored
actual Result is used later on to get actual value and the --include-test-output values but it never got set so its always empty.
-
- Sep 14, 2020
- Sep 09, 2020
-
-
Huang Huang authored
-
Liz Rice authored
-
- Sep 07, 2020
-
-
dylanzt authored
-
- Sep 06, 2020
-
-
Liz Rice authored
-
- Sep 03, 2020
-
-
JoostC authored
-
- Sep 02, 2020
-
-
Sathi Dyapa authored
- id: 4.6 text: "Verify the scheduler pod specification file ownership set by OpenShift" audit: "stat -c %u:%g /etc/origin/node/pods/controller.yaml" -- (lower case u and g ) it returns the uID and gID in numeric i.e 0:0 not root:root. it supposed to be Uppercase: audit: "stat -c %U:%G /etc/origin/node/pods/controller.yaml"
-
Danny Sauer authored
Per https://github.com/kubernetes-sigs/cluster-api/issues/1796, the `kind get kubeconfig-path` command no longer works. Update makefile to create kube-bench local kubeconfig and use that.
-
- Sep 01, 2020
-
-
Satya Pawan authored
* Code quality improvements such - 1. Improves empty string test (len vs str == "") 2. Converts fmt.Sprintf to string literal and Printf to Print where possible (as the dynamic args are missing!) * Delete .deepsource.toml Co-authored-by:
DeepSource Bot <bot@deepsource.io> Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- Aug 30, 2020
-
-
Liz Rice authored
* move target mapping to config.yaml * Update config.yaml * Update common.go * Add support for eks-1.0 Add also eks-1.0 to map * chore: merge correction * Move file only used for testing * Tidier logs * Add target mapping for GKE and EKS * fingers cross this finishes target mapping Co-authored-by:
Murali Paluru <leodotcloud@gmail.com> Co-authored-by:
Roberto Rojas <robertojrojas@gmail.com> Co-authored-by:
yoavrotems <yoavrotems97@gmail.com>
-
- Aug 13, 2020
-
-
Liz Rice authored
* read-only-port defaults are correct * Tests that should catch good read-only-port * Rework checks & tests * Linting on issue template YAML * More explicit test for 4.2.4 * Remove verbosity for ease of reading results * Use subtests * Tidy more test cases
-
- Aug 12, 2020
-
-
Huang Huang authored
-
Liz Rice authored
* read-only-port defaults are correct * Tests that should catch good read-only-port * Rework checks & tests * Linting on issue template YAML * More explicit test for 4.2.4
-
Huang Huang authored
-
- Aug 10, 2020
-
-
yoavrotems authored
* set: default true Refactor testitem-set to be default true * fix typo Co-authored-by:
Liz Rice <liz@lizrice.com> Co-authored-by:
Liz Rice <liz@lizrice.com>
-
Liz Rice authored
-
Liz Rice authored
-
yoavrotems authored
* Update util.go Remove Continue with error function * Update cmd/util.go Co-authored-by:
Liz Rice <liz@lizrice.com> * Update util.go * Update util.go Remove unnecessary ')' * Update util.go removed fmt.Fprintf(os.Stderr, "%s: %s", cmd.Args, err) since it wasn't suppose to print. * Update util.go * Update .travis.yml option --no-ri and --no-doc are deprecated we have to use --no-document instead. https://github.com/rubygems/heroku-buildpack-bundler2/pull/1#issuecomment-451654992 Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- Aug 09, 2020
-
-
Huang Huang authored
* Add tests for 1.1.19、1.1.20 and 1.1.21 of cis-1.5 * Avoid division by 0 * Use bitmask instead of lte * Change to use multiple values via `use_multiple_values: true` * Use find in 1.1.20 and 1.1.21
-
- Aug 04, 2020
- Aug 03, 2020
-
-
Liz Rice authored
Allows user to specify either `--version` or `--benchmark-version` as `eks-1.0` Allows user to specify (or auto-detect K8s version 1.18) and get the CIS 1.5 benchmark
-
Huang Huang authored
-
Huang Huang authored
-
- Jul 29, 2020
-
-
Matthieu ANTOINE authored
* Fix supported targets for EKS benchmark * docs: heading at wrong level in README * docs: remove duplicate TOC heading * Fix invalid argument for gem install Co-authored-by:
Liz Rice <liz@lizrice.com>
-
- Jul 21, 2020
-
-
Kevin W Monroe authored
-
Huang Huang authored
* 4.1.7 of cis-1.5 should not be marked as manual * Making the test posix compliant like #643
-
- Jul 15, 2020
-
-
Liz Rice authored
* docs: add Troubleshooting Adding basic instructions for running with debug logs * docs: remember --logtostderr * docs: note about cfg requirement Note that installing a binary release is not sufficient - you also need the config and test files Fixes #613
-
- Jul 10, 2020
-
-
Paavan authored
* added eks-1.0 cfg and modified job-eks.yaml for node checks * fixed yamllint errors and README updates
-
- Jul 08, 2020
-
-
Huang Huang authored
-
- 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>
-