vulkro usage
Show your own local scan-history report: scans over time, findings by severity, codebase size (LOC), and your most-scanned projects. Read entirely from your local database. This command is 100% local and makes no network calls: it never triggers the anonymous heartbeat and runs fine air-gapped.
Only scans run with vulkro scan --save are recorded in the history this
report reads.
Usage
vulkro usage # text summary of your local scan history
vulkro usage --json # same report as JSON, for export or piping
Flags
| Flag | Description |
|---|---|
--json | Emit the report as JSON instead of the text summary (for export or piping into another tool). |
Exit codes
0report printed (or there is no history yet).2error: the local database could not be read.
Related
vulkro scan --save- records a run into local history.vulkro history- recent scan runs.vulkro trends- trend snapshots over time.- Telemetry - the separate anonymous install heartbeat.