Shows a working setup for using the Black Duck CoPilot integration to analyze the risk of project dependencies
The .travis.yml
file has been modified to upload generated dependency data to Black Duck CoPilot:
after_success:
- bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload)