Versions in this module Expand all Collapse all v0 v0.41.0 Aug 27, 2026 v0.40.0 Aug 25, 2026 Changes in this version + type Evidence struct + Detail string + Kind string + Path string + type Finding struct + Evidence Evidence + Property Property + Rank severity.Rank + type Information struct + Evidence Evidence + type Property string + type Result struct + func New(findings []Finding, information []Information) (Result, error) + func (r Result) Findings() []Finding + func (r Result) Information() []Information