Documentation ¶
Index ¶
- func NewStatusInfo(status apis.ScanningStatus, info string) *apis.StatusInfo
- type AllLists
- func (all *AllLists) All() []string
- func (all *AllLists) Append(status apis.ScanningStatus, str ...string)
- func (all *AllLists) Excluded() []string
- func (all *AllLists) Failed() []string
- func (all *AllLists) Other() []string
- func (all *AllLists) Passed() []string
- func (all *AllLists) Skipped() []string
- func (all *AllLists) ToUnique()
- func (all *AllLists) Update(all2 *AllLists)
- type Filters
- type ListingFilters
- type ReportObject
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStatusInfo ¶ added in v0.0.112
func NewStatusInfo(status apis.ScanningStatus, info string) *apis.StatusInfo
Types ¶
type AllLists ¶
type AllLists struct {
// contains filtered or unexported fields
}
AllLists lists of resources/policies grouped by the status, this structure is meant for internal use of report handling and not an API
func MockAllListsForIntegration ¶ added in v0.0.89
func MockAllListsForIntegration() *AllLists
type Filters ¶
type Filters struct {
FrameworkNames []string // Framework name may effect the status
}
Filters fields that might take effect on the resource status. If this objects is empty or nil, the status will be as determined by pre-defined logic
func (*Filters) FilterExceptions ¶
func (f *Filters) FilterExceptions(exceptions []armotypes.PostureExceptionPolicy) []armotypes.PostureExceptionPolicy
FilterExceptions get list of exceptions and return the list of filtered exceptions
func (*Filters) ListFrameworkNames ¶ added in v0.0.80
ListFrameworkNames list the framework name in filter object. Removes empty names
type ListingFilters ¶ added in v0.0.85
type ListingFilters struct { FrameworkNames []string // Framework name may effect the status ControlsNames []string // Framework name may effect the status ControlsIDs []string // Framework name may effect the status Statuses []apis.ScanningStatus // Framework name may effect the status }
ListingFilters filter list based on filters. If nil of empty list, the list will be ignored
type ReportObject ¶
type ReportObject map[string]interface{}
ReportObject any report object must be compliment with a map[string]interface{} structures
type Status ¶ added in v0.0.79
type Status struct {
// contains filtered or unexported fields
}
func NewStatus ¶ added in v0.0.79
func NewStatus(status apis.ScanningStatus) *Status
func (*Status) IsExcluded ¶ added in v0.0.79
IsExcluded is the status excluded
func (*Status) Status ¶ added in v0.0.79
func (s *Status) Status() apis.ScanningStatus