controlplaneio/kubesec

The command, print-rules, does not work.

eengelking opened this issue · 2 comments

Version
v2.12.0

Describe the bug
The documentation references kubesec print-rules as a means to output the rules used by Kubesec. However, this command does not show in the Available Commands in Kubesec and does not work in general.

./kubesec print-rules
Error: unknown command "print-rules" for "kubesec"
Run 'kubesec --help' for usage.
Unknown command "print-rules" for "kubesec"

To Reproduce
Run kubesec print-rules as shown in the documentation.
https://github.com/controlplaneio/kubesec#print-the-scanning-rules-with-their-associated-scores

Expected behaviour
Print out the list of rules.

This is currently only available on master, we need to cut a new release.

I just cut a new release v2.13.0, please take a look here.