Method: Inspec::ProfileContext#dependencies

Defined in:
lib/inspec/profile_context.rb

#dependenciesObject



41
42
43
44
45
46
47
# File 'lib/inspec/profile_context.rb', line 41

def dependencies
  if @conf['profile'].nil?
    {}
  else
    @conf['profile'].locked_dependencies
  end
end