vulkro history
Pro
vulkro history is part of Pro: Scan history (history), every scan this project has run, kept and comparable. On Free it stops before doing any work, prints what it needs and where to get it, and exits 1. See Pricing.
Show recent scan history. Lists the runs recorded locally so you can see what was scanned and when.
Only scans run with vulkro scan --save are recorded.
Usage
vulkro history
Example
vulkro scan . --save
vulkro history
Related
vulkro scan --save- record a run.vulkro trends- trend snapshots over time.vulkro diff- finding-level deltas between runs.vulkro usage- your local usage report.
Command reference
Generated from vulkro help history on vulkro 0.26.0. This block is the
authoritative flag, usage, and exit-code reference for this command; the
prose above is the friendly explanation. Do not edit this block by hand;
run npm run docs:cli after a release.
[Pro] Show recent scans of this project.
[Pro] Show recent scan history.
Exit code: 0 on success (including empty history), 2 on database / IO error.
Usage: vulkro history [OPTIONS]
Options:
--offline
Hard-disable every outbound network call for this run (sets VULKRO_OFFLINE=1). Blocks the CVE feed, the license heartbeat, the update check, webhooks, and any cloud AI endpoint; a loopback model (http://127.0.0.1, http://localhost) is still allowed. Equivalent to exporting VULKRO_OFFLINE=1, and the flag wins when both are set
-h, --help
Print help (see a summary with '-h')