Support for this gem will soon be dropped in favour of https://github.com/isand3r/apidragon
veracodecli
A ruby cli gem for interacting with the veracode API
Table of contents
Installation
gem install veracodecli
Usage
- set appropriate configs in
/etc/veracodecli.yml. The only two that are required areveracode_usernameandveracode_passwordthat are your API credentials for veracode - To run a scan use
veracodecli scanapp_name --repo repo_url
veracodecli helpto see commandsveracodecli [command] -hto see command syntax
(append --trace to the end to see a stack trace if you are encountering errors.)