Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.23 KB

ModelsAPIImageIssuesSummary.md

File metadata and controls

34 lines (28 loc) · 1.23 KB

Falcon::ModelsAPIImageIssuesSummary

Properties

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

Example

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
)