Skip to content

Commit

Permalink
Merge pull request #106 from optiopay/fix-feature-version-tag
Browse files Browse the repository at this point in the history
Fix feature version json tag
  • Loading branch information
hashmap authored Jul 6, 2018
2 parents 07a8134 + eb9cb12 commit 6f9c0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clair/clair.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ type Vulnerability struct {
Metadata map[string]interface{} `json:"Metadata,omitempty"`
FixedBy string `json:"FixedBy,omitempty"`
FixedIn []feature `json:"FixedIn,omitempty"`
FeatureName string `json:"featureName",omitempty`
FeatureVersion string `json:"featureName",omitempty`
FeatureName string `json:"FeatureName",omitempty`
FeatureVersion string `json:"FeatureVersion",omitempty`
}

type layerError struct {
Expand Down

0 comments on commit 6f9c0bd

Please sign in to comment.