A ruby cli gem for interacting with the veracode API
gem install veracodecli
- Set
VERACODE_USERNAME
,VERACODE_PASSWORD
, andVERACODE_TEAM
environment variables to your API credentials for the veracode API. - To run a scan use `veracodecli scan app_name archive_path
veracodecli help
to see commandsveracodecli [command] -h
to see command syntax
This gem uses jeweler for development. Read about relevant commands at that repo.
- Fork the project.
- Start a feature/bugfix branch.
- Use
rake install
in 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.