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
- Fork it
bundle install --binstubs=bin/stubs --path=.bundle
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request