mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Expose configuration for telemetry as method
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
1bba904dad
commit
b0ee14a204
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ module Inspec
|
|||
puts
|
||||
end
|
||||
|
||||
def telemetry_enabled?
|
||||
final_options['telemetry']
|
||||
end
|
||||
|
||||
#-----------------------------------------------------------------------#
|
||||
# Train Credential Handling
|
||||
#-----------------------------------------------------------------------#
|
||||
|
|
Loading…
Reference in a new issue