Scripts used to invoke Black Duck Detect.
Available from GitHub for Linux by running:
bash <(curl -s -L https://detect.blackduck.com/detect10.sh)
Available from GitHub for Windows by running:
powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.blackduck.com/detect10.ps1?$(Get-Random) | iex; detect"
Black Duck Detect documentation can be found on our documentation portal