blackducksoftware / hub-rest-api-python

HUB REST API Python bindings
Apache License 2.0
89 stars 104 forks source link

Fixed usage of deprecated functions and added suppport for filenames as command line args #194

Closed gue-ni closed 1 year ago

gue-ni commented 3 years ago

I fixed the usage of the deprecated function get_project_custom_fields, now uses get_cf_values.

I also added support for specifying the filenames for the remediation-list and origin-exclusion-list CSVs in the command line instead of having to supply it with custom fields.

This also fixes #130.

nashaddams commented 2 years ago

@gsnyder2007 @mkumykov Would it be possible to have this PR reviewed and merged? Same goes for https://github.com/blackducksoftware/hub-rest-api-python/pull/195