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-command | Description |
|---|---|
scan | Walk every git repo under <path>, scan each, and write the rollup to your local portfolio file. |
show | Print the latest portfolio rollup as a terminal table. |
trend | Render a portfolio burndown trend from persisted scan history. |
dashboard | Render 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
Related
vulkro scan- the per-repo scan the rollup aggregates.vulkro trends- per-project trend snapshots.