Skip to main content

Module audit_output

Module audit_output 

Source
Expand description

Shared audit JSON payload contracts for programmatic consumers.

Structs§

AuditAttribution
New-vs-inherited issue counts for audit.
AuditCodeClimateOutputInput
Typed audit CodeClimate assembly input.
AuditJsonHeaderInput
Header fields shared by audit JSON and review-brief subtract sections.
AuditJsonOutputInput
Typed audit JSON assembly input.
AuditSarifOutputInput
Typed audit SARIF assembly input.
AuditSummary
Per-category summary counts for the audit result.

Enums§

AuditVerdict
Verdict for the audit command.

Functions§

build_audit_codeclimate
Build the combined CodeClimate JSON array for fallow audit.
build_audit_codeclimate_issues
Build combined CodeClimate issues for fallow audit.
build_audit_header_json
Build the audit header JSON object used by review brief output.
build_audit_header_map
Build the audit header as an object map for composed output contracts such as review briefs.
build_audit_sarif
Build the combined SARIF document for fallow audit.
serialize_audit_json
Serialize a typed audit JSON output envelope.