allow-report 0.1.4

Report and receipt rendering for cargo-allow source exception scans.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use crate::diff_human::{
    render_diff_finding_changes_human, render_diff_policy_changes_human,
    render_diff_posture_summary_human, render_diff_posture_summary_human_with_evidence_health,
};
pub use crate::diff_json::render_diff_json_with_posture;
pub use crate::diff_markdown::{
    insert_markdown_pr_summary, render_diff_finding_changes_markdown,
    render_diff_policy_changes_markdown, render_diff_pr_summary_markdown,
    render_diff_pr_summary_markdown_with_evidence_health,
};
pub use crate::diff_posture::{DiffNetPosture, diff_net_posture, diff_posture_summary};