Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New flag! --status #918

Open
yoavrotems opened this issue Jun 22, 2021 · 0 comments · May be fixed by #1030
Open

New flag! --status #918

yoavrotems opened this issue Jun 22, 2021 · 0 comments · May be fixed by #1030

Comments

@yoavrotems
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant