veracodecli
A ruby cli gem for interacting with the veracode API
Table of contents
Installation
gem install veracodecli
Usage
- Set
VERACODE_USERNAME,VERACODE_PASSWORD, andVERACODE_TEAMenvironment variables to your API credentials for the veracode API. - To run a scan use `veracodecli scan app_name archive_path
veracodecli helpto see commandsveracodecli [command] -hto see command syntax
How To Contribute
This gem uses jeweler for development. Read about relevant commands at that repo.
- Fork the project.
- Start a feature/bugfix branch.
- Use
rake installin the main directory to install the gem on your system. - Commit and push until you are happy with your contribution.
- Make a pull request to this repo.