sbom_diff
Compare current project SBOM against a stored baseline to identify added, removed, and version-changed packages. Save a new baseline with save_baseline=true.
Instructions
Compare current project SBOM against a stored baseline. Reports added, removed, and version-changed packages. Use save_baseline=true to create initial baseline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbosity | No | Response detail level (default: compact) | |
| baseline_path | No | Path to baseline SBOM file (default: .scanner/sbom-baseline.json) | |
| save_baseline | No | Save current SBOM as the new baseline | |
| directory_path | Yes | Path to project root directory |