veracodecli

Code Climate

A ruby cli gem for interacting with the veracode API

Table of contents

Installation

gem install veracodecli

Usage

  1. set appropriate configs in /etc/veracodecli.yml. The only two that are required are veracode_username and veracode_password that are your API credentials for veracode
  2. To run a scan use veracodecli scan app_name --repo repo_url
  • veracodecli help to see commands
  • veracodecli [command] -h to see command syntax

(append --trace to the end to see a stack trace if you are encountering errors.)

Roadmap

Ideas for future development.

  • Config file: Make this cli scanner/tool agnostic. Should work with rest api services from other tools

License

MIT

Contributors