- 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>
-
- 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
-