Method: Inspec::Profile#load_dependencies
- Defined in:
- lib/inspec/profile.rb
#load_dependencies ⇒ Object
526 527 528 529 530 531 532 533 534 |
# File 'lib/inspec/profile.rb', line 526 def load_dependencies config = { cwd: cwd, cache: @cache, backend: @backend, parent_profile: name, } Inspec::DependencySet.from_lockfile(lockfile, config, { attributes: @attr_values }) end |