915 B
915 B
Scan Snapshot Compare CLI
Module
Cli
Status
IMPLEMENTED
Description
Compare two scan snapshots by digest producing structured security state diffs with severity filtering and multiple output formats (table, JSON, SARIF).
Implementation Details
- Command Group:
src/Cli/StellaOps.Cli/Commands/Compare/CompareCommandBuilder.cs--CompareCommandBuilderfor compare operations - Commands:
stella compare <old-digest> <new-digest>-- compare scan snapshots. Options:--severity critical|high|medium|low,--format table|json|sarif,--output <path>
E2E Test Plan
- Run
stella compare sha256:old sha256:newand verify diff output - Run with
--severity criticaland verify severity filtering - Run with
--format sarifand verify SARIF output - Run with
--format jsonand verify structured diff - Verify new/removed/changed vulnerabilities identified