First install the tools to build and run tests
Add go to your PATH
go get github.com/instrumenta/kubevalAdd kubeval to your PATH
brew install coreutils wget gnu-sed treeAdd the new tools to your PATH
Verify your install by running make:
makeBe default, this runs all tests needed to qualify a pull request.