class ForemanCveScanner::Engine

Public Class Methods

register_rex_features() click to toggle source
# File lib/foreman_cve_scanner/engine.rb, line 27
def self.register_rex_features
  RemoteExecutionFeature.register(
    :run_cve_scan,
    N_('Run a CVE scan on a host'),
    description: N_('Run CVE scan on host'),
    host_action_button: true
  )
end