Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
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" CycloneDx OutputFormat = "cyclonedx" )
func GetOutputFormat ¶
func GetOutputFormat(formatFlagVal string) (format OutputFormat, err error)
Click to show internal directories.
Click to hide internal directories.