Skip to content

Instantly share code, notes, and snippets.

@ngsmrk
Created December 23, 2012 20:08
Show Gist options
  • Save ngsmrk/4365723 to your computer and use it in GitHub Desktop.
Save ngsmrk/4365723 to your computer and use it in GitHub Desktop.
Brakeman in Rakefile
task :default do
Brakeman.run :app_path => ".", :print_report => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment