Sha256: e90d91dba8006d74fe6704903454589768859375595689457d1b514ff3368a15
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
# Pronto runner for Brakeman [](https://codeclimate.com/github/prontolabs/pronto-brakeman) [](https://github.com/prontolabs/pronto-brakeman/actions/workflows/checks.yml) [](http://badge.fury.io/rb/pronto-brakeman) Pronto runner for [Brakeman](https://github.com/presidentbeef/brakeman), security vulnerability scanner for RoR. [What is Pronto?](https://github.com/prontolabs/pronto) ## Severity mapping Brakeman [Confidence](https://github.com/presidentbeef/brakeman#confidence-levels) 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 ```yaml brakeman: run_all_checks: true ``` (This is the equivalent of running `brakeman -A` on the command line.) ## Ignore file ```yaml brakeman: ignore_file: '.brakeman' ``` (This is the equivalent of running `brakeman -i IGNOREFILE` on the command line.)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pronto-brakeman-0.11.2 | README.md |