Skip to content

@vttforge/cli / AuditReport

Interface: AuditReport

Properties

counts

counts: object

Per-severity tallies, for exit-code logic and report headers.

HIGH

HIGH: number

LOW

LOW: number

MEDIUM

MEDIUM: number


cwd

cwd: string

Project root the audit ran against.


findings

findings: readonly RuleResult[]

Findings, ordered by severity then by ruleId.


startedAt

startedAt: string

ISO timestamp of when the run started.

MIT licensed.