Class: Fudge::Tasks::Brakeman
- Includes:
- Helpers::BundleAware
- Defined in:
- lib/fudge/tasks/brakeman.rb
Overview
Allow use of Brakeman securty scanner
task :brakeman
runs brakeman with max score of 0
task :brakeman, :max => 2
sets max score to 2
Any and all options can be defined
task :brakeman
Instance Attribute Summary
Attributes inherited from Shell
Attributes inherited from Task
Method Summary
Methods inherited from Shell
Methods inherited from Task
Constructor Details
This class inherits a constructor from Fudge::Tasks::Shell