Versions in this module Expand all Collapse all v0 v0.3.0 May 5, 2025 Changes in this version type Report + func (r Report) EnrichResultsLocationURIProperty(locationWebURLCallback func(artifactLocation *sarif.Location) string) v0.2.0 Jun 26, 2024 Changes in this version + type Report struct + func ReadReport(inputPath string, logger hclog.Logger, sourceFolder string) (*Report, error) + func (r Report) CollectSeverityInfo() map[string]int + func (r Report) EnrichResultsCodeFlowProperty() + func (r Report) EnrichResultsLevelProperty() + func (r Report) EnrichResultsLocationProperty(location *sarif.Location) error + func (r Report) EnrichResultsProperties() + func (r Report) EnrichResultsTitleProperty() + func (r Report) ExtractToolNameAndVersion() (*ToolMetadata, error) + func (r Report) RemoveDataflowDuplicates() + func (r Report) SortResultsByLevel() + type ToolMetadata struct + Name string + Version *string