ManageIQ/manageiq-providers-vmware

View on GitHub
app/models/manageiq/providers/vmware/infra_manager/vm/scanning.rb

Summary

Maintainability
A
0 mins
Test Coverage
C
75%
module ManageIQ::Providers::Vmware::InfraManager::Vm::Scanning
  extend ActiveSupport::Concern

  def require_snapshot_for_scan?
    true
  end
end