Skip to content

triage

Update the lifecycle status of one finding or all selected findings.

Usage

sh
repovista triage <finding-id|--all> --status <status> [--note <text>]

Options

OptionPurpose
--status <status>Required. open, fixed, false-positive, wont-fix, or uncertain.
--note <text>Store a lifecycle note.
--allUpdate all selected findings.

Examples

sh
repovista triage fnd_abc123def456 --status fixed --note "validated"
repovista triage --all --status uncertain --note "needs review"

Released under the MIT License.