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