Skip to main content

Module renderer

Module renderer 

Source
Expand description

Output renderers for displaying SBOM diffs.

This module provides formatters for different output contexts:

Structs§

JsonRenderer
JSON renderer for machine consumption.
MarkdownRenderer
GitHub-flavored markdown renderer for PR comments.
TextRenderer
Plain text renderer for terminal output.

Traits§

Renderer
Trait for rendering a Diff to an output stream.