kubernetes/hack/tools
Patrick Rhomberg 90b85bf3fa KEP-1933: add static analysis target to hack/
* Add static analysis to hack/verify-govet-levee.sh for defense against
accidental logging of credentials.
* Add binary dependency to hack/tools/tools.go and associated go.mod, go.sum.
* Add analysis configuration to hack/testdata/levee/
2020-11-03 20:03:26 +00:00
..
LICENSES/vendor KEP-1933: add static analysis target to hack/ 2020-11-03 20:03:26 +00:00
.gitignore Restructure licenses again (revert cd4474a) 2020-05-07 21:48:59 -07:00
go.mod KEP-1933: add static analysis target to hack/ 2020-11-03 20:03:26 +00:00
go.sum KEP-1933: add static analysis target to hack/ 2020-11-03 20:03:26 +00:00
Makefile Add Makefile and a note in README.md 2020-04-20 13:45:47 -04:00
README.md Add Makefile and a note in README.md 2020-04-20 13:45:47 -04:00
tools.go KEP-1933: add static analysis target to hack/ 2020-11-03 20:03:26 +00:00

This directory contains a stub go module used to track version of development tools like the ones needed for updating bazel BUILD files.

Run make build to download the dependencies, build the binaries and add them to your $GOBIN directory.