Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 v0.0.1 Oct 9, 2023 Changes in this version + const SchemaVersion + var CustomTemplateFuncMap = make(map[string]interface{}) + func ToPathUri(input string, resultClass types.ResultClass) string + func Write(report types.Report, option flag.Options) error + type JSONWriter struct + Output io.Writer + func (jw JSONWriter) Write(report types.Report) error + type SarifWriter struct + Output io.Writer + Target string + Version string + func (sw *SarifWriter) Write(report types.Report) error + type TemplateWriter struct + Output io.Writer + Template *template.Template + func NewTemplateWriter(output io.Writer, outputTemplate string) (*TemplateWriter, error) + func (tw TemplateWriter) Write(report types.Report) error + type Writer interface + Write func(types.Report) error