1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-16 04:49:19 +00:00
kube-bench/cmd
yoavrotems 4b9453bb83
Refactor: remove ContinueWithError (#630)
* 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>
2020-08-10 10:12:57 +01:00
..
testdata Fix invalid JSON output (#629) 2020-06-24 10:13:10 +01:00
common_test.go Update default Kubernetes to 1.18 (#657) 2020-08-04 16:40:12 +03:00
common.go Warn if kubectl can't autodetect the version (#656) 2020-08-04 18:04:02 +03:00
database.go Check error before deferring db.Close() (#491) 2019-11-05 20:17:03 -05:00
kubernetes_version_test.go Get Kubernetes Version: Adds Retry Logic (#593) 2020-03-05 10:34:44 -05:00
kubernetes_version.go Get Kubernetes Version: Adds Retry Logic (#593) 2020-03-05 10:34:44 -05:00
master.go Warn if kubectl can't autodetect the version (#656) 2020-08-04 18:04:02 +03:00
node.go Warn if kubectl can't autodetect the version (#656) 2020-08-04 18:04:02 +03:00
root.go Warn if kubectl can't autodetect the version (#656) 2020-08-04 18:04:02 +03:00
run_test.go Fixes Issue #494 - add tests for CIS 1.5 (#530) 2019-12-05 15:55:44 -05:00
run.go Fix invalid JSON output (#629) 2020-06-24 10:13:10 +01:00
util_test.go Add run subcommand (#529) 2019-12-02 15:40:44 +00:00
util.go Refactor: remove ContinueWithError (#630) 2020-08-10 10:12:57 +01:00
version.go kube-bench: add version subcommand 2019-06-12 01:41:09 -07:00