11 12 13 14 15 16
# File 'lib/inspec/secrets.rb', line 11 def self.secrets(version) if version != 1 fail 'Only secrets version 1 is supported!' end Inspec::Plugins::Secret end