Skip to content

Commit ad0cda5

Browse files
committed
Add Kinds field to AggregatedVulnerability struct
1 parent 31c1a87 commit ad0cda5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notifications/vulnerability.go

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type AggregatedVulnerability struct {
1818
Workloads []string `json:"workloads,omitempty" bson:"workloads,omitempty"`
1919
Images []string `json:"images,omitempty" bson:"images,omitempty"`
2020
ImagesHashes []string `json:"imagesHashes,omitempty" bson:"imagesHashes,omitempty"`
21+
Kinds []string `json:"kinds,omitempty" bson:"kinds,omitempty"`
2122
WLIDS []string `json:"wlids,omitempty" bson:"wlids,omitempty"`
2223
CVELink string `json:"cveLink,omitempty" bson:"cveLink,omitempty"`
2324
Fixable bool `json:"fixable" bson:"fixable"`

0 commit comments

Comments
 (0)