Method: Inspec::Profile#supported?

Defined in:
lib/inspec/profile.rb

#supported?Boolean

Is this profile is supported on the current platform of the backend machine and the current inspec version.

Returns:

  • (Boolean)


121
122
123
# File 'lib/inspec/profile.rb', line 121

def supported?
  supports_os? && supports_runtime?
end