Generating Reports 6.9.0

The following sections describe generating reports in Black Duck.

Generating a risk report in PDF using Detect

To generate a risk report by using PowerShell, use the following example:

powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.synopsys.com/detect.ps1?$(Get-Random) | iex; detect" --blackduck.username=user1 --blackduck.password=mypassword --detect.risk.report.pdf=true

In Linux/MacOS, the following command downloads Detect, connects to your Black Duck server, performs a scan, uploads the scan results, and produces a risk-report file named duck_hub_3_0_BlackDuck_RiskReport.pdf in the invocation folder.

bash <(curl -s https://detect.synopsys.com/detect.sh) --blackduck.url=https://myserver.blackducksoftware.com --blackduck.username=user1 --blackduck.password=mypassword --detect.risk.report.pdf=true --detect.risk.report.pdf.path=/tmp

Generating a report in Black Duck

Locate the project using the Projects tab on your Black Duck Dashboard. 

For help with creating reports, click Reporting on the Black Duck Help page navigation menu at https://<Your hub host>/doc/Welcome.htm

©2018 Synopsys, Inc. All Rights Reserved