Skip to content

Commit

Permalink
Merge pull request #129 from kubescape/add-omit-empty-for-scanning-scope
Browse files Browse the repository at this point in the history
Add omit empty for scanning scope
  • Loading branch information
David Wertenteil authored Jul 31, 2023
2 parents be9f839 + b7c22b7 commit 7768d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporthandling/datastructures.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Control struct {
FrameworkNames []string `json:"frameworkNames,omitempty" bson:"frameworkNames,omitempty"`
BaseScore float32 `json:"baseScore,omitempty" bson:"baseScore,omitempty"`
ARMOImprovementFactor float32 `json:"ARMOImprovementFactor,omitempty" bson:"ARMOImprovementFactor,omitempty"`
ScanningScope ScanningScope `json:"scanningScope" bson:"scanningScope"`
ScanningScope *ScanningScope `json:"scanningScope,omitempty" bson:"scanningScope,omitempty"`
}

type UpdatedControl struct {
Expand Down

0 comments on commit 7768d77

Please sign in to comment.