Skip to main content

Configure your Travis CI repository

To complete this task:

  1. Add this code to your .travis.yml file:

    addons:
    srcclr: true
  2. If you want verbose output during the scan, add the debug key:

    addons:
    srcclr:
    debug: true
  3. Commit the changes to start a build.

Results:

Veracode Software Composition Analysis (SCA) performs an agent-based scan, displaying results to your agent-based scanning environment.