Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 805 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 805 Bytes

Black Duck CoPilot Gradle/Travis CI Example

Travis CI Black Duck Security Risk

Shows a working setup for using the Synopsys CoPilot integration to analyze the risk of project dependencies

Travis CI Setup

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)