Skip to content

Example project for setting up CoPilot with a Maven Project Built using Circle CI

Notifications You must be signed in to change notification settings

godod666/example-maven-circle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Duck CoPilot Maven/Circle CI Example

CircleCI Black Duck Security Risk

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

Circle CI Setup

The circle.yml file has been modified to upload the generated data to Black Duck CoPilot:

test:
  post:
    - mvn com.blackducksoftware.integration:hub-maven-plugin:2.0.0:build-bom -Dhub.output.directory=. -Dhub.deploy.bdio=false
    - bash <(curl -s https://copilot.blackducksoftware.com/bash/circle) ./*_bdio.jsonld

About

Example project for setting up CoPilot with a Maven Project Built using Circle CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%