ReadonlydocumentationPresent only when --docs was requested.
ReadonlyerrorCount of findings at error severity.
Readonlyevidencedata-cap's Evidence Model (ADR 0050), composed from this same run's
inventory/usage/manifest/findings -- always present, unlike
manifest/documentation/usage/flow above, since composing it
costs nothing beyond data already held in memory. --evidence only
controls whether it's additionally written to disk; every consumer
of ReportResult (including --json) already gets the real, composed
model on every run, whether or not a file was requested for it.
ReadonlyfindingsEvery finding across every requested generator, after --strict* escalation.
ReadonlyflowPresent only when --flow was requested.
ReadonlyhasTrue when errorCount > 0 -- generateDataArtifacts throws instead of writing when this is true.
ReadonlyinfoCount of findings at info severity.
ReadonlymanifestPresent only when --location was requested.
ReadonlyusagePresent when --ownership or --flow was requested (the flow report needs the usage scan too).
ReadonlywarningCount of findings at warning severity.
ReadonlywarningsParse/link warnings from discovery, never blocking.
Everything one
generateDataArtifacts/checkArtifactsrun produced or would produce.