Skip to main content

vulkro portfolio

Walk a directory of git repos, scan each, and roll the results up into a portfolio view. For security leads tracking risk across many projects at once. Included in the 14-day trial and in Pro.

Sub-commands

vulkro portfolio scan <path> # scan every repo under <path>, write the rollup
vulkro portfolio show # print the latest rollup as a table
vulkro portfolio trend # portfolio burndown from persisted history
vulkro portfolio dashboard <dir> # dashboard from a directory of scan JSON files
Sub-commandDescription
scanWalk every git repo under <path>, scan each, and write the rollup to your local portfolio file.
showPrint the latest portfolio rollup as a terminal table.
trendRender a portfolio burndown trend from persisted scan history.
dashboardRender a multi-project dashboard from a directory of per-project vulkro scan --format json outputs.

Run vulkro portfolio scan --help and the other sub-commands' --help for their exact flags.

Example

# Scan a directory of repos, then view the rollup.
vulkro portfolio scan ~/work/repos
vulkro portfolio show