mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 22:01:16 +00:00
completed the UI and docker-compose.yaml basic app
This commit is contained in:
@@ -27,6 +27,8 @@ namespace MalwareMultiScan.Backends.Backends.Implementations
|
||||
|
||||
private static async Task<string[]> Scan()
|
||||
{
|
||||
throw new Exception("Something");
|
||||
|
||||
await Task.Delay(
|
||||
TimeSpan.FromSeconds(5));
|
||||
|
||||
|
@@ -10,7 +10,7 @@ namespace MalwareMultiScan.Backends.Backends.Implementations
|
||||
{
|
||||
}
|
||||
|
||||
public override string Id { get; } = "mcafeee";
|
||||
public override string Id { get; } = "mcafee";
|
||||
|
||||
protected override string BackendPath { get; } = "/usr/local/uvscan/uvscan";
|
||||
|
||||
|
Reference in New Issue
Block a user