The command, print-rules, does not work.
eengelking opened this issue · 2 comments
eengelking commented
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.
spiarh commented
This is currently only available on master, we need to cut a new release.