diff --git a/armotypes/vulnerabilitytypes.go b/armotypes/vulnerabilitytypes.go index d7ade58..8ab7fcd 100644 --- a/armotypes/vulnerabilitytypes.go +++ b/armotypes/vulnerabilitytypes.go @@ -70,6 +70,7 @@ type ComponentSummary struct { HighCount int `json:"highCount"` MediumCount int `json:"mediumCount"` LowCount int `json:"lowCount"` + UnknownCount int `json:"unknownCount"` ClustersCount int `json:"clustersCount"` NamespacesCount int `json:"namespacesCount"` WorkloadsCount int `json:"workloadsCount"` @@ -99,6 +100,7 @@ type ImageSummary struct { HighCount int `json:"highCount"` MediumCount int `json:"mediumCount"` LowCount int `json:"lowCount"` + UnknownCount int `json:"unknownCount"` ClustersCount int `json:"clustersCount"` NamespacesCount int `json:"namespacesCount"` WorkloadsCount int `json:"workloadsCount"` @@ -231,6 +233,7 @@ type VulnerabilityUniqueDailyFindings struct { HighCount int `json:"highCount"` MediumCount int `json:"mediumCount"` LowCount int `json:"lowCount"` + UnknownCount int `json:"unknownCount"` } type VulnerabilityUniqueComponent struct {