EIO-247: add converters scripts

This commit is contained in:
Nelson Roberts
2020-02-19 10:53:53 -07:00
parent db19316701
commit 147506ead0
50 changed files with 1130 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/bash -e
usage() {
echo -n "[command] [command_options]
commands:
results_to_md: take json output from kube-bench as source and outputs markdown
options:
-s, --source source json from kube-bench default: /source/results.json
"
}
if [[ $# -eq 0 ]]; then
usage
exit 2
fi
scripts/${1}.sh