Documentation ¶
Index ¶
Constants ¶
View Source
const ( SchemaVersion = 2 FormatTable = "table" FormatJSON = "json" FormatTemplate = "template" FormatSarif = "sarif" FormatCycloneDX = "cyclonedx" FormatSPDX = "spdx" FormatSPDXJSON = "spdx-json" FormatGitHub = "github" FormatCosignVuln = "cosign-vuln" )
Variables ¶
View Source
var CustomTemplateFuncMap = map[string]interface{}{}
CustomTemplateFuncMap is used to overwrite existing functions for testing.
View Source
var (
SupportedSBOMFormats = []string{FormatCycloneDX, FormatSPDX, FormatSPDXJSON, FormatGitHub}
)
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 // 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.