Scans Go source code for security vulnerabilities and issues
Golang security checker
gosec
$ gosec ./...
$ gosec -fmt json ./main.go
$ gosec -verbose -exclude-dir=tests ./...