Skip to content

Tools Using Brakeman

Michael Hagar edited this page Aug 17, 2020 · 3 revisions

The following tools with Brakeman integration. This list is not an endorsement or recommendation of any tool in particular.

  • action-brakeman runs Brakeman on changed files in commits, as a Github Action.
  • 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.