Method: Inspec::Profile#load_dependencies

Defined in:
lib/inspec/profile.rb

#load_dependenciesObject



397
398
399
# File 'lib/inspec/profile.rb', line 397

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