Skip to content

Commit

Permalink
Merge pull request #306 from anchore/bmelander/ENTERPRISE-4809
Browse files Browse the repository at this point in the history
Fix: use correct keyword for fix version when json serializing
  • Loading branch information
bobmel authored Nov 27, 2024
2 parents 75dc6b1 + b2a9227 commit 43d3d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/harbor/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type VulnerableItem struct {
Version string `json:"version"`
Description string `json:"description"`
Links []string `json:"links"`
Fixed string `json:"fixed_version,omitempty"`
Fixed string `json:"fix_version,omitempty"`
}

// Metadata about the adapter itself
Expand Down

0 comments on commit 43d3d4e

Please sign in to comment.