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
{{ message }}
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -218,9 +218,9 @@ Auditors can also be run individually.
218
218
| -f | --manifest | Path to the yaml configuration to audit. Only used in manifest mode. You may use `-` to read from stdin. |
219
219
| -n | --namespace | Only audit resources in the specified namespace. Not currently supported in manifest mode. |
220
220
| -g | --includegenerated | Include generated resources in scan (such as Pods generated by deployments). If you would like kubeaudit to produce results for generated resources (for example if you have custom resources or want to catch orphaned resources where the owner resource no longer exists) you can use this flag. |
221
-
| -m | --minseverity | Set the lowest severity level to report (one of "error", "warning", "info") (default "info") |
222
-
| -e | --exitcode | Exit code to use if there are results with severity of "error". Conventionally, 0 is used for success and all non-zero codes for an error. (default 2) |
223
-
|| --no-color | Don't use colors in the output (the default is true) |
221
+
| -m | --minseverity | Set the lowest severity level to report (one of "error", "warning", "info") (default is "info") |
222
+
| -e | --exitcode | Exit code to use if there are results with severity of "error". Conventionally, 0 is used for success and all non-zero codes for an error. (default is 2) |
223
+
|| --no-color | Don't use colors in the output (default is false) |
0 commit comments