kubeconform install_tool

This commit is contained in:
David Tomaschik
2022-05-05 21:14:35 -07:00
parent 7165e7c93f
commit f6e6c42b26
2 changed files with 4 additions and 1 deletions

View File

@@ -430,6 +430,9 @@ EOF
install_pkgs python3-z3
pip3 install --user pyvex ropper
;;
kubeconform)
go install github.com/yannh/kubeconform/cmd/kubeconform@latest
;;
*)
echo "Unknown tool: ${TOOL}" >/dev/stderr
list_tools