govulncheck

Scans Go code for known vulnerabilities in dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Database client and tools for the Go vulnerability database

Commands

govulncheck

Examples

Scan the current module and its dependencies for vulnerabilities$ govulncheck ./...
Scan a specific package for known vulnerabilities$ govulncheck github.com/example/package
Scan with JSON output for integration with other tools$ govulncheck -json ./... > vulns.json