The Software Risk Manager add-on allows you to generate compatible reports and upload them to a Software Risk Manager server. There are two options under the Report menu.
Contributed by https://www.blackduck.com/
This option will generate a report for you and upload it to a Software Risk Manager server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Software Risk Manager server.
This option will generate a standard XML report that includes the HTTP request and response data.
Uploads a report to Software Risk Manager. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Software Risk Manager won’t be able to read it and will return a non-200 response.
Parameters
Returns
“OK” if the report is uploaded successfully.
Generates a Software Risk Manager report, saves it to a temporary file, uploads to Software Risk Manager, then deletes the file.
Parameters
Returns
“OK” if the report is uploaded successfully.
“EMPTY” if the generated report is empty. The report will not be uploaded to Software Risk Manager.
Generates an XML report with request and response data.
Returns
An XML report String.