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
After Add new statuses kube-bench will have 7 different statuses
[PASS] [FAIL] [WARN] [INFO] [MANU] [SKIP] [ERRO]
It only make sense to have a new output manipulation flag --status which will get a string array of statuses and will only print test with the desired status for example: kube-bench --status="ERRO"
will only output tests with ERRO status
and kube-bench --status="SKIP,MANU"
will output the skipped and manual tests.
The text was updated successfully, but these errors were encountered:
After Add new statuses kube-bench will have 7 different statuses
[PASS] [FAIL] [WARN] [INFO] [MANU] [SKIP] [ERRO]
It only make sense to have a new output manipulation flag --status which will get a string array of statuses and will only print test with the desired status for example:
kube-bench --status="ERRO"
will only output tests with ERRO status
and
kube-bench --status="SKIP,MANU"
will output the skipped and manual tests.
The text was updated successfully, but these errors were encountered: