Sha256: 655063abc6300afad71504573b220cd85c13e860a6f81b3adf02b43b1343c60e
Contents?: true
Size: 667 Bytes
Versions: 13
Compression:
Stored size: 667 Bytes
Contents
registry: <%= options[:registry] %> name: <%= options[:name] %> version: <%= options[:version] %> <% if options[:test_type] == 'authenticated' -%> prog_args: '%{target} %{ssh_user} %{ssh_port} %{ssh_key}' default_config: ssh_port: 22 test_types: - <%= options[:test_type] %> category: whitebox configurable: true <% elsif options[:configurable] -%> prog_args: '%{target} %{fixme_custom_option}' default_config: fixme_custom_option: some_default_value test_types: - <%= options[:test_type] %> category: blackbox configurable: true <% else -%> prog_args: '%{target}' test_types: - <%= options[:test_type] %> category: blackbox configurable: false <% end -%>
Version data entries
13 entries across 13 versions & 1 rubygems