Skip to content

Commit

Permalink
and unknown to vuln types
Browse files Browse the repository at this point in the history
  • Loading branch information
refaelm92 committed Jan 14, 2025
1 parent 296087b commit b7f9231
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 b7f9231

Please sign in to comment.