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