Documentation ¶
Index ¶
Constants ¶
View Source
const (
SchemaVersion = 2
)
Variables ¶
View Source
var CustomTemplateFuncMap = make(map[string]interface{})
CustomTemplateFuncMap is used to overwrite existing functions for testing.
Functions ¶
Types ¶
type JSONWriter ¶ added in v0.13.0
JSONWriter implements result Writer
type SarifWriter ¶ added in v0.23.0
type SarifWriter struct { Output io.Writer Version string Target string // contains filtered or unexported fields }
SarifWriter implements result Writer
type TemplateWriter ¶ added in v0.2.0
TemplateWriter write result in custom format defined by user's template
func NewTemplateWriter ¶ added in v0.11.0
func NewTemplateWriter(output io.Writer, outputTemplate string) (*TemplateWriter, error)
NewTemplateWriter is the factory method to return TemplateWriter object
Click to show internal directories.
Click to hide internal directories.