Skip to main content

vulkro trends

Show trend snapshots saved with vulkro scan --save. Track how finding counts move over time for a project. Included in the 14-day trial and in Pro.

Only scans run with --save are snapshotted, so run a few saved scans before expecting a trend.

Usage

vulkro trends [PATH]
ArgumentDescriptionDefault
PATHPath to the project root..

Flags

FlagDescriptionDefault
--limit <LIMIT>Maximum snapshots to show.30

Examples

# Save a snapshot, then view the trend.
vulkro scan . --save
vulkro trends .

# Last 10 snapshots only.
vulkro trends . --limit 10