Skip to content

Commit

Permalink
Merge pull request #427 from armosec/SUB-5573
Browse files Browse the repository at this point in the history
and unknown to vuln types
  • Loading branch information
refaelm92 authored Jan 14, 2025
2 parents 296087b + b7f9231 commit 203c48e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions armotypes/vulnerabilitytypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down Expand Up @@ -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"`
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 203c48e

Please sign in to comment.