Top Level Namespace

Defined Under Namespace

Modules: HappyMapperTools, InspecTools, Util, Utils Classes: Thor

Constant Summary collapse

CRITICAL =

Impact Definitions

0.9
HIGH =
0.7
MEDIUM =
0.5
LOW =
0.3
BUCKETS =
%w{failed passed no_impact skipped error}.freeze
TALLYS =
%w{total critical high medium low}.freeze
THRESHOLD_TEMPLATE =
File.expand_path('../data/threshold.yaml', File.dirname(__FILE__))