Security Report Parser

Used to parse monthly reports from our security guard.

Installation

gem install security-report-parser

Usage

security-report-parser --config /path/to/configuration.yml /path/to/report.xls

Contributing

  1. Fork it
  2. bundle install --binstubs=bin/stubs --path=.bundle
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request