Skip to main content

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

FlagDescription
--jsonEmit the report as JSON instead of the text summary (for export or piping into another tool).

Exit codes

  • 0 report printed (or there is no history yet).
  • 2 error: the local database could not be read.