Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OutputFormats = []string{string(Table), string(Json), string(SimpleJson), string(Sarif)}
Functions ¶
This section is empty.
Types ¶
type OutputFormat ¶
type OutputFormat string
const ( // OutputFormat values Table OutputFormat = "table" Json OutputFormat = "json" SimpleJson OutputFormat = "simple-json" Sarif OutputFormat = "sarif" )
func GetOutputFormat ¶
func GetOutputFormat(formatFlagVal string) (format OutputFormat, err error)
Click to show internal directories.
Click to hide internal directories.