veracodecli
A ruby cli gem for interacting with the veracode API
Table of contents
Installation
gem install veracodecli
Usage
- set appropriate configs in
~/veracode_data/config.yml. The only two that are required areveracode_usernameandveracode_passwordthat are your API credentials for veracode - To run a scan use
veracodecli scan--app_name app_name --repo repo_url
veracodecli helpto see commandsveracodecli [command] -hto 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