sentri-report
Report generation for Sentri invariant violations.
Generates formatted violation reports (text, JSON, HTML) with detailed context and remediation recommendations.
Usage
[]
= "0.1.3"
= "0.1.3"
Generating Reports
use ;
let generator = new;
let report = generator.generate?;
println!;
Supported Formats
- Text — colored terminal output with ASCII formatting
- JSON — structured format for programmatic processing
- HTML — styled HTML report with interactive features
Example
use ReportGenerator;
let gen = new;
let text_report = gen.to_text?;
let json_report = gen.to_json?;
See Sentri documentation for report examples.
License
MIT