Skip to content

Example project for setting up CoPilot with a Python Project Built using GitHub CI/CD

Notifications You must be signed in to change notification settings

curtisfennerpaypay/example-pip-githubactions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Duck CoPilot Gradle/GitHub CI Example

Actions Black Duck Security Risk

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

GitHub CI/CD Setup

The .github/workflows/workflow.yml file has been modified to upload generated dependency data to Black Duck CoPilot:

- name: Set up Java (CoPilot)
  uses: actions/setup-java@v1
  with:
    java-version: 1.8
- name: Upload to CoPilot
      if: github.event_name == 'push' || github.event_name == 'pull_request'
      run: bash <(curl -s https://copilot-test.blackducksoftware.com/ci/githubactions/scripts/upload)

About

Example project for setting up CoPilot with a Python Project Built using GitHub CI/CD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%