diff --git a/hubapi/component-api.go b/hubapi/component-api.go index 9c4a157..0603869 100644 --- a/hubapi/component-api.go +++ b/hubapi/component-api.go @@ -141,6 +141,7 @@ type VulnerabilityRisk struct { High uint `json:"high"` Medium uint `json:"medium"` Low uint `json:"low"` + Unscored uint `json:"unscored"` } type UpgradeGuidance struct {