Name | Type | Description | Notes |
---|---|---|---|
image_container_info | ModelsIssuesSummaryContainerInfo | ||
image_detections | Array<ModelsAPIDetectionCountByType> | ||
is_dca_run | Boolean | ||
known_issues | Integer | ||
packages_info | ModelsImageSummaryPackagesInfo | ||
policies_summary | Array<ModelsAPIPolicyCountByAction> | ||
runtime_detections | Array<ModelsAPIFilterLabel> | ||
vulnerabilities_summary | Array<ModelsAPIVulnCountBySeverity> | ||
zero_day_impacted | Boolean |
require 'crimson-falcon'
instance = Falcon::ModelsAPIImageIssuesSummary.new(
image_container_info: null,
image_detections: null,
is_dca_run: null,
known_issues: null,
packages_info: null,
policies_summary: null,
runtime_detections: null,
vulnerabilities_summary: null,
zero_day_impacted: null
)