add plans section and sign it off for the PR

This commit is contained in:
Volodymyr Smirnov 2020-10-28 14:28:01 +02:00
parent eaca5c054c
commit 412c2c945f

View File

@ -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).
## Plans
See [issues](issues) for the list of planned features, bug-fixes, and improvements.