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 ~/veracode_data/config.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 app_name --repo repo_url
  • veracodecli help to see commands
  • veracodecli [command] -h to see command syntax

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