Skip to content

Commit 43d3d4e

Browse files
authored
Merge pull request #306 from anchore/bmelander/ENTERPRISE-4809
Fix: use correct keyword for fix version when json serializing
2 parents 75dc6b1 + b2a9227 commit 43d3d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/harbor/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ type VulnerableItem struct {
113113
Version string `json:"version"`
114114
Description string `json:"description"`
115115
Links []string `json:"links"`
116-
Fixed string `json:"fixed_version,omitempty"`
116+
Fixed string `json:"fix_version,omitempty"`
117117
}
118118

119119
// Metadata about the adapter itself

0 commit comments

Comments
 (0)