From 412c2c945f59263f0622cbc3a5f28cf353685cd3 Mon Sep 17 00:00:00 2001 From: Volodymyr Smirnov Date: Wed, 28 Oct 2020 14:28:01 +0200 Subject: [PATCH] add plans section and sign it off for the PR --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fab92c1..29d1c70 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,7 @@ More scan backends can be added in the future. Some of the popular ones do not h * [MalwareMultiScan.Scanner](MalwareMultiScan.Scanner) - .NET Core Worker service subscribes to messages corresponding to the backend id, then fires up scanning command-line utility, and parses the output. See [Dockerfile](MalwareMultiScan.Scanner/Dockerfile). The image of MalwareMultiScan.Scanner acts as a base image for the rest of the scan backends. Check Dockerfiles from the [table above](#supported-scan-engines) for details. * [MalwareMultiScan.Ui](MalwareMultiScan.Ui) - Nuxt.js TypeScript SPA for demoing the API capabilities. See [Dockerfile](MalwareMultiScan.Ui/Dockerfile). - \ No newline at end of file + + ## Plans + + See [issues](issues) for the list of planned features, bug-fixes, and improvements. \ No newline at end of file