Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
func GetFormatter ¶
type JSONFormatter ¶
type JSONFormatter struct{}
func (*JSONFormatter) Format ¶
func (f *JSONFormatter) Format(w io.Writer, result *core.ScanResult) error
func (*JSONFormatter) Name ¶
func (f *JSONFormatter) Name() string
type SARIFFormatter ¶
type SARIFFormatter struct {
Version string
}
func (*SARIFFormatter) Format ¶
func (f *SARIFFormatter) Format(w io.Writer, result *core.ScanResult) error
func (*SARIFFormatter) Name ¶
func (f *SARIFFormatter) Name() string
type TableFormatter ¶
type TableFormatter struct{}
func (*TableFormatter) Format ¶
func (f *TableFormatter) Format(w io.Writer, result *core.ScanResult) error
func (*TableFormatter) Name ¶
func (f *TableFormatter) Name() string
Click to show internal directories.
Click to hide internal directories.