Class: Chekku::Checker

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/chekku/checker.rb

Instance Method Summary collapse

Instance Method Details

#checksObject

Checks the software dependencies based on the chekku files



14
15
16
17
18
# File 'lib/chekku/checker.rb', line 14

def checks
  @chekkufile = options[:chekkufile]
  verify_chekku_file_existence
  check_dependencies
end