Sha256: 7912e77c2d735be085ccb3ae58b91a39f712038b0ce0c088fdc746787e416d6f
Contents?: true
Size: 1.16 KB
Versions: 8
Compression:
Stored size: 1.16 KB
Contents
# veracodecli [](https://codeclimate.com/github/isand3r/veracodecli) A ruby cli gem for interacting with the veracode API ## Table of contents - [Installation](#installation) - [Usage](#usage) - [Roadmap](#roadmap) - [License](#license) - [Contributors](#contributors) ## Installation ``` gem install veracodecli ``` ## Usage 1. set appropriate configs in `/etc/veracodecli.yml`. The only two that are _required_ are `veracode_username` and `veracode_password` that are your API credentials for veracode 2. To run a scan use `veracodecli scan` _app\_name_ --repo _repo\_url_ - `veracodecli help` to see commands - `veracodecli [command] -h` to see command syntax (append `--trace` to the end to see a stack trace if you are encountering errors.) ## Roadmap Ideas for future development. * Config file: Make this cli scanner/tool agnostic. Should work with rest api services from other tools ## License [MIT](https://tldrlegal.com/license/mit-license) ## Contributors * Isaiah Thiessen | [email](mailto:isaiah.thiessen@telus.com) * Ben Visser | [email](mailto:benjamin.visser@telus.com)
Version data entries
8 entries across 8 versions & 1 rubygems