kube-bench icon indicating copy to clipboard operation
kube-bench copied to clipboard

New flag! --status

Open yoavrotems opened this issue 3 years ago • 0 comments

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.

yoavrotems avatar Jun 22 '21 08:06 yoavrotems