Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Report ¶
type Report struct {
Provider string
AccountID string
Region string
Results map[string]ResultsAtTime
ServicesInScope []string
}
Report represents a kubernetes scan report
func (*Report) AddResultsForService ¶
func (*Report) GetResultsForService ¶
func (r *Report) GetResultsForService(service string) (*ResultsAtTime, error)
Click to show internal directories.
Click to hide internal directories.