Method: Inspec::Profile#load_dependencies

Defined in:
lib/inspec/profile.rb

#load_dependenciesObject



407
408
409
# File 'lib/inspec/profile.rb', line 407

def load_dependencies
  Inspec::DependencySet.from_lockfile(lockfile, cwd, @cache, @backend, { attributes: @attr_values })
end