Support for this gem will soon be dropped in favour of https://github.com/isand3r/apidragon

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.)

License

MIT

Contributors