Skip to content

Commit

Permalink
Merge pull request #409 from armosec/vulns-workloads-add-unknown
Browse files Browse the repository at this point in the history
Vulnerabilities workloads - Add UnknownCount
  • Loading branch information
itsmeital authored Dec 22, 2024
2 parents b0a3276 + 94c7a45 commit ec06e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions armotypes/vulnerabilitytypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type VulnerabilityWorkload struct {
HighCount int `json:"highCount"`
MediumCount int `json:"mediumCount"`
LowCount int `json:"lowCount"`
UnknownCount int `json:"unknownCount"`
SeverityStats map[string][]string `json:"severityStats"`
RiskFactorsCount int `json:"riskFactorsCount"`
RiskFactors []RiskFactor `json:"riskFactors"`
Expand Down

0 comments on commit ec06e1c

Please sign in to comment.