Class: ForemanCveScanner::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- ForemanCveScanner::Engine
- Defined in:
- lib/foreman_cve_scanner/engine.rb
Class Method Summary collapse
Class Method Details
.register_rex_features ⇒ Object
28 29 30 31 32 33 34 35 |
# File 'lib/foreman_cve_scanner/engine.rb', line 28 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 |