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 5bc9937 commit 06e40e9Copy full SHA for 06e40e9
examples/vuln_batch_remediation.py
@@ -203,7 +203,7 @@ def main(argv=None): # IGNORE:C0111
203
hub = HubInstance()
204
project = hub.get_project_by_name(projectname)
205
version = hub.get_project_version_by_name(projectname, projectversion)
206
- custom_fields = hub.get_project_custom_fields (project)
+ custom_fields = hub.get_cf_values (project)
207
208
if (process_cve_remediation):
209
cve_remediation_file = find_custom_field_value (custom_fields, args.cve_remediation_list_custom_field_label)
0 commit comments