mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Inspec::Profile: document that it always reads with ignore_supports
This commit is contained in:
parent
828d6ad443
commit
e8c7452acf
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ module Inspec
|
|||
test_collector: @options.delete(:test_collector),
|
||||
)
|
||||
|
||||
# we're checking a profile, we don't care if it runs on the host machine
|
||||
@options[:ignore_supports] = true
|
||||
tests, libs, metadata = @runner.add_tests([@path], @options)
|
||||
@content = tests + libs + metadata
|
||||
|
|
Loading…
Reference in a new issue