-
Notifications
You must be signed in to change notification settings - Fork 732
Tools Using Brakeman
Justin edited this page Apr 19, 2015
·
3 revisions
The following tools with Brakeman integration. This list is not an endorsement or recommendation of any tool in particular.
- Code Dx runs a number of security tools (including Brakeman) and aggregates the results.
- Dradis is a reporting platform with a plugin to import Brakeman results.
- Electric Cloud has a plugin to run Brakeman.
- guard-brakeman runs Brakeman on changes to files.
- Jenkins Brakeman Plugin shows Brakeman warnings over time and alerts on new warnings.
- overcommit is a fully configurable and extendable Git hook manager with out-of-the-box support for running Brakeman as a Git pre-commit hook.
- pronto-brakeman runs Brakeman on changed files in commits.
- ThreadFix aggregates results from static and dynamic security tools, including Brakeman.