blob: 92c861062721fe3c8555e61a5234aa75cb0f7c2f [file] [log] [blame]
$ govulncheck -h
usage:
govulncheck [flags] package...
govulncheck [flags] binary
-cpuprofile string
write CPU profile to file
-dir string
directory to use for loading source files
-json
output JSON
-tags list
comma-separated list of build tags
-test
analyze test files. Only valid for source code.
-v print a full call stack for each vulnerability
For details, see https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck.
# Same output as -h, but failure.
$ govulncheck --> FAIL 1
usage:
govulncheck [flags] package...
govulncheck [flags] binary
-cpuprofile string
write CPU profile to file
-dir string
directory to use for loading source files
-json
output JSON
-tags list
comma-separated list of build tags
-test
analyze test files. Only valid for source code.
-v print a full call stack for each vulnerability
For details, see https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck.