Class: Fudge::Tasks::Brakeman

Inherits:
Shell show all
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

#arguments

Attributes inherited from Task

#args, #options

Method Summary

Methods inherited from Shell

#initialize, #run

Methods inherited from Task

#initialize, name

Constructor Details

This class inherits a constructor from Fudge::Tasks::Shell