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