mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 14:01:13 +00:00
basic structure and initial scan request service
This commit is contained in:
@@ -11,9 +11,9 @@ namespace MalwareMultiScan.Backends.Backends.Implementations
|
||||
public SophosScanBackend(ILogger logger) : base(logger)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public override string Id { get; } = "sophos";
|
||||
|
||||
|
||||
public override DateTime DatabaseLastUpdate =>
|
||||
File.GetLastWriteTime("/opt/sophos-av/lib/sav/vdlsync.upd");
|
||||
|
||||
|
Reference in New Issue
Block a user