Sha256: af6e11d8ae9bff1135e787af19f69ef8fc4c38fe7535f35c7c46add91db95bc5

Contents?: true

Size: 209 Bytes

Versions: 4

Compression:

Stored size: 209 Bytes

Contents

module VirusScanService
  class KasperskyRunner
    class WindowsExecutor
      def scan(file_path, log_path)
        system(*%W{avp.com SCAN #{file_path} /i4 /fa /RA:#{log_path}})
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
virus_scan_service-0.2.1 lib/virus_scan_service/kaspersky_runner/windows_executor.rb
virus_scan_service-0.2.0 lib/virus_scan_service/kaspersky_runner/windows_executor.rb
virus_scan_service-0.1.0 lib/virus_scan_service/kaspersky_runner/windows_executor.rb
virus_scan_service-0.0.8 lib/virus_scan_service/kaspersky_runner/windows_executor.rb