We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dbf52 commit ac1fb59Copy full SHA for ac1fb59
examples/client/generate_version_detail_report.py
@@ -34,7 +34,9 @@
34
'license_terms': 'LICENSE_TERM_FULFILLMENT',
35
'component_additional_fields': 'BOM_COMPONENT_CUSTOM_FIELDS',
36
'project_version_additional_fields': 'PROJECT_VERSION_CUSTOM_FIELDS',
37
- 'vulnerability_matches': 'VULNERABILITY_MATCH'
+ 'vulnerability_matches': 'VULNERABILITY_MATCH',
38
+ 'upgrade_guidance': 'UPGRADE_GUIDANCE',
39
+ 'license_conflicts': 'LICENSE_CONFLICTS'
40
}
41
42
all_reports = list(version_name_map.keys())
0 commit comments