Method: Inspec::Profile#load_dependencies
- Defined in:
- lib/inspec/profile.rb
#load_dependencies ⇒ Object
383 384 385 |
# File 'lib/inspec/profile.rb', line 383 def load_dependencies Inspec::DependencySet.from_lockfile(lockfile, cwd, @cache, @backend, { attributes: @attr_values }) end |