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 ¶
JSONWriter implements result Writer
type SarifWriter ¶
type SarifWriter struct { Output io.Writer Version string ScannerImage string Target string // contains filtered or unexported fields }
SarifWriter implements result Writer
type TemplateWriter ¶
TemplateWriter write result in custom format defined by user's template
func NewTemplateWriter ¶
func NewTemplateWriter(output io.Writer, outputTemplate, appVersion string) (*TemplateWriter, error)
NewTemplateWriter is the factory method to return TemplateWriter object
Click to show internal directories.
Click to hide internal directories.