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