Skip to content

Commit ac1fb59

Browse files
committed
.
1 parent 87dbf52 commit ac1fb59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/client/generate_version_detail_report.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
'license_terms': 'LICENSE_TERM_FULFILLMENT',
3535
'component_additional_fields': 'BOM_COMPONENT_CUSTOM_FIELDS',
3636
'project_version_additional_fields': 'PROJECT_VERSION_CUSTOM_FIELDS',
37-
'vulnerability_matches': 'VULNERABILITY_MATCH'
37+
'vulnerability_matches': 'VULNERABILITY_MATCH',
38+
'upgrade_guidance': 'UPGRADE_GUIDANCE',
39+
'license_conflicts': 'LICENSE_CONFLICTS'
3840
}
3941

4042
all_reports = list(version_name_map.keys())

0 commit comments

Comments
 (0)