Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Document ¶
type Document struct {
Schema string `json:"$schema"`
Version string `json:"version"`
Runs []Run `json:"runs"`
}
Document is a minimal SARIF 2.1.0 document for findings.
type Driver ¶
type Driver struct {
Name string `json:"name"`
InformationURI string `json:"informationUri,omitempty"`
Rules []Rule `json:"rules,omitempty"`
}
Driver is the tool driver metadata.
type Result ¶
type Result struct {
RuleID string `json:"ruleId"`
Level string `json:"level"`
Message Message `json:"message"`
}
Result is one finding.
Click to show internal directories.
Click to hide internal directories.