Method: Inspec::Profile#load_dependencies
- Defined in:
- lib/inspec/profile.rb
#load_dependencies ⇒ Object
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 |