Skip to content

Commit 5774378

Browse files
committed
style: format file
1 parent 579368a commit 5774378

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

sysdig/internal/client/v2/vulnerability_rule_bundle_model.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ type VulnerabilityRulePredicate struct {
2121

2222
type VulnerabilityRulePredicateExtra struct {
2323
// Common fields for different predicate types
24-
Level *Level `json:"level,omitempty"`
25-
Age *int `json:"age,omitempty"`
26-
Days *int `json:"days,omitempty"`
27-
PkgType *string `json:"pkgType,omitempty"`
28-
VulnIDS []string `json:"vulnIds,omitempty"`
29-
Packages []Package `json:"packages,omitempty"`
30-
Key *string `json:"key,omitempty"`
31-
User *string `json:"user,omitempty"`
32-
Value interface{} `json:"value,omitempty"` // For image labels or CVSS score
24+
Level *Level `json:"level,omitempty"`
25+
Age *int `json:"age,omitempty"`
26+
Days *int `json:"days,omitempty"`
27+
PkgType *string `json:"pkgType,omitempty"`
28+
VulnIDS []string `json:"vulnIds,omitempty"`
29+
Packages []Package `json:"packages,omitempty"`
30+
Key *string `json:"key,omitempty"`
31+
User *string `json:"user,omitempty"`
32+
Value interface{} `json:"value,omitempty"` // For image labels or CVSS score
3333

3434
// Disclosure Date Range
3535
StartDate *string `json:"startDate,omitempty"`

0 commit comments

Comments
 (0)