Sha256: a8e9d092a08c9380910f1ec160257572d9a83bce75fc7ed2648f89ed72e3e640
Contents?: true
Size: 285 Bytes
Versions: 6
Compression:
Stored size: 285 Bytes
Contents
# encoding: utf-8 # author: Dominik Richter # author: Christoph Hartmann require 'utils/plugin_registry' module Inspec module Plugins class Secret < PluginRegistry::Plugin def self.plugin_registry Inspec::SecretsBackend end end end end
Version data entries
6 entries across 6 versions & 1 rubygems