build: use semgrep to prevent using @latest tags for go install steps
Tools should be pinned to a specific dependency when using `make bootstrap` to Go install the tools we use to build Nomad. Using @latest tags means a tool and what it produces could change out from under us.
Showing
+12 -0
.semgrep/makefile.yml
0 → 100644
Please register or sign in to comment