Skip to content

Instantly share code, notes, and snippets.

@ngsmrk
Created December 23, 2012 17:03
Show Gist options
  • Save ngsmrk/4364436 to your computer and use it in GitHub Desktop.
Save ngsmrk/4364436 to your computer and use it in GitHub Desktop.
Running brakeman
# run and put output to console
bundle exec rake brakeman:run
# run and save output as HTML to doc/report.html
bundle exec rake brakeman:run[doc/report.html]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment