Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 763 Bytes

File metadata and controls

13 lines (9 loc) · 763 Bytes

Black Duck CoPilot npm/Travis CI Example

Build Status Black Duck Security Risk

Shows a working setup for using Black Duck CoPilot to analyze the risk of project dependencies

Travis CI Setup

The .travis.yml file has been modified to upload generated dependency data to CoPilot:

after_success:
  - bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload)