go_vulncheck
Scan for known vulnerabilities in Go code or binaries using govulncheck. Supports source and binary analysis modes with JSON output.
Instructions
Scan for known vulnerabilities using govulncheck
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| json | No | Output results in JSON format | |
| mode | No | Analysis mode: source (analyze source code) or binary (analyze compiled binary) | |
| package | No | Go package or binary path to check | |
| timeout | No | Command timeout in milliseconds | |
| verbose | No | Enable verbose output | |
| directory | No | Working directory |