veracodecli

A ruby cli gem for interacting with the veracode API

Table of contents

Installation

gem install veracodecli

Usage

  1. Set VERACODE_USERNAME, VERACODE_PASSWORD, and VERACODE_TEAM environment variables to your API credentials for the veracode API.
  2. To run a scan use `veracodecli scan app_name archive_path
  • veracodecli help to see commands
  • veracodecli [command] -h to 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 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.

License

MIT

Contributors