Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasFailedSAST ¶
Types ¶
type SAST ¶
type SAST struct { GolangErrors struct { } `json:"Golang errors"` Issues []struct { Severity string `json:"severity"` Confidence string `json:"confidence"` Cwe CWE `json:"cwe"` RuleId string `json:"rule_id"` Details string `json:"details"` File string `json:"file"` Code string `json:"code"` Line string `json:"line"` Column string `json:"column"` Nosec bool `json:"nosec"` Suppressions interface{} `json:"suppressions"` } `json:"Issues"` Stats struct { Files int `json:"files"` Lines int `json:"lines"` Nosec int `json:"nosec"` Found int `json:"found"` } `json:"Stats"` GosecVersion string `json:"GosecVersion"` }
Click to show internal directories.
Click to hide internal directories.