1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-24 00:50:44 +00:00

docs: document --unscored flag (#1297)

This commit is contained in:
Joe Bowbeer 2022-10-10 12:31:36 -07:00 committed by GitHub
parent 150c40b5b1
commit 377a05f872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ Flag | Description
--skip string | List of comma separated values of checks to be skipped --skip string | List of comma separated values of checks to be skipped
--stderrthreshold severity | logs at or above this threshold go to stderr (default 2) --stderrthreshold severity | logs at or above this threshold go to stderr (default 2)
-v, --v Level | log level for V logs (default 0) -v, --v Level | log level for V logs (default 0)
--unscored | Run the unscored CIS checks (default true)
--version string | Manually specify Kubernetes version, automatically detected if unset --version string | Manually specify Kubernetes version, automatically detected if unset
--vmodule moduleSpec | comma-separated list of pattern=N settings for file-filtered logging --vmodule moduleSpec | comma-separated list of pattern=N settings for file-filtered logging