mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-10-10 20:26: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";
|
||||
|
||||
|
3
MalwareMultiScan.Backends/Dockerfiles/Dummy.Dockerfile
Normal file
3
MalwareMultiScan.Backends/Dockerfiles/Dummy.Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM mindcollapse/malware-multi-scan-scanner:latest
|
||||
|
||||
ENV BackendType=Dummy
|
Reference in New Issue
Block a user