Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Pronto runner for Brakeman, security vulnerability scanner for RoR

License

Notifications You must be signed in to change notification settings

bookingexperts/pronto-brakeman

 
 

Repository files navigation

Pronto runner for Brakeman

Code Climate Build Status Gem Version

Pronto runner for Brakeman, security vulnerability scanner for RoR. What is Pronto?

Severity mapping

Brakeman Confidence is mapped to severity levels on the messages generated by Pronto. High confidence maps to fatal, medium confidence maps to warning, and low confidence maps to info.

Options

Brakeman also includes some optional checks and by setting the following in your .pronto.yml you can run every check included in the gem:

Run all checks

brakeman:
  run_all_checks: true

(This is the equivalent of running brakeman -A on the command line.)

Ignore file

brakeman:
  ignore_file: '.brakeman'

(This is the equivalent of running brakeman -i IGNOREFILE on the command line.)

About

Pronto runner for Brakeman, security vulnerability scanner for RoR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%