blackducksoftware / hub-rest-api-python

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

Add recursive generation of source reports for sub projects and concatenation #136

Closed nichollsdave closed 3 years ago

nichollsdave commented 3 years ago

Add recursive generation of source reports for sub projects and concatenation to a consolidated source report.

If a project has source but also sub projects with source that also have sub projects with source this utility will generate source reports for each level of project and combine to a consolidated source report. It will also generate security and components reports for the master project (these automatically include subprojects).