You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignoreTests:=fs.StringSlice("ignore-test", []string{}, "Disable a test, can be set multiple times")
113
112
disableIgnoreChecksAnnotation:=fs.Bool("disable-ignore-checks-annotations", false, "Set to true to disable the effect of the 'kube-score/ignore' annotations")
114
113
disableOptionalChecksAnnotation:=fs.Bool("disable-optional-checks-annotations", false, "Set to true to disable the effect of the 'kube-score/enable' annotations")
114
+
allDefaultOptional:=fs.Bool("all-default-optional", false, "Set to true to enable all tests")
115
115
kubernetesVersion:=fs.String("kubernetes-version", "v1.18", "Setting the kubernetes-version will affect the checks ran against the manifests. Set this to the version of Kubernetes that you're using in production for the best results.")
116
116
setDefault(fs, binName, "score", false)
117
117
@@ -169,6 +169,20 @@ Use "-" as filename to read from STDIN.`, execName(binName))
0 commit comments