Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TryParseScanReport ¶
func TryParseScanReport(file string) (*types.UpdateManifest, error)
Types ¶
type ErrorUnsupported ¶
type ErrorUnsupported struct {
// contains filtered or unexported fields
}
func (*ErrorUnsupported) Error ¶
func (e *ErrorUnsupported) Error() string
type QualysParser ¶
type QualysParser struct{}
func (*QualysParser) Parse ¶
func (t *QualysParser) Parse(file string) (*types.UpdateManifest, error)
type ScanReportParser ¶
type ScanReportParser interface {
Parse(string) (*types.UpdateManifest, error)
}
type TrivyParser ¶
type TrivyParser struct{}
func (*TrivyParser) Parse ¶
func (t *TrivyParser) Parse(file string) (*types.UpdateManifest, error)
Click to show internal directories.
Click to hide internal directories.