Hacker News new | ask | show | jobs
by brainphreeze 1378 days ago
Has anyone tested this? I'm testing it on a project with known vulnerabilities and am getting positive matches when testing against a go binary (govulncheck binary), but not when ran within a directory using: govulncheck .
1 comments

The pattern to check the package and all subpackages for pretty much all Go tools is "./...". So:

  govulncheck ./...