/malware-scanner2

Primary LanguageJavaApache License 2.0Apache-2.0

malware-scanner

This service exposes a REST api on top of ClamAV malware scanner, which is running inside it's docker container, to which you can upload files and scan them for malware.

Container is based on https://github.com/mko-x/docker-clamav and https://hub.docker.com/r/lokori/clamav-rest/

Note the servlet context-path provided in the application.yml when calling the service on the docker container.

Running Tests

Before running tests you have to login to the ECR registry:

vault-helper login
vault-helper ecr-login
vault-helper ecr-login --dc
<executed printed command>

Context diagram

context diagram
source