File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ If you think you have found a bug please follow the instructions below.
332
332
- Open a [new issue](https://github.com/aquasecurity/kube-bench/issues/new) if a duplicate doesn't already exist.
333
333
- Note the version of kube-bench you are running (from `kube-bench version`) and the command line options you are using.
334
334
- Note the version of Kubernetes you are running (from `kubectl version` or `oc version` for OpenShift).
335
- - Set `-v 10` command line option and save the log output. Please paste this into your issue.
335
+ - Set `-v 10 --logtostderr ` command line options and save the log output. Please paste this into your issue.
336
336
- Remember users might be searching for your issue in the future, so please give it a meaningful title to help others.
337
337
338
338
# ## Features
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ var RootCmd = &cobra.Command{
102
102
// Execute adds all child commands to the root command sets flags appropriately.
103
103
// This is called by main.main(). It only needs to happen once to the rootCmd.
104
104
func Execute () {
105
- goflag .Set ("logtostderr" , "true" )
106
105
goflag .CommandLine .Parse ([]string {})
107
106
108
107
if err := RootCmd .Execute (); err != nil {
You can’t perform that action at this time.
0 commit comments