mirror of
https://github.com/inspec/inspec
synced 2024-11-15 09:27:20 +00:00
Merge pull request #5799 from inspec/nm/insecure-dependent
Fix for dependent profiles to run with --insecure
This commit is contained in:
commit
004b9a10e3
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ module Inspec
|
|||
end
|
||||
|
||||
def fetcher
|
||||
@fetcher ||= Inspec::CachedFetcher.new(opts, @cache)
|
||||
@runner_options ||= (Inspec::Config.cached || {})
|
||||
@fetcher ||= Inspec::CachedFetcher.new(opts, @cache, @runner_options)
|
||||
end
|
||||
|
||||
# load dependencies of the dependency
|
||||
|
|
Loading…
Reference in a new issue