clamav-rest
ClamAV virus/malware scanner with REST API. This is a two in one docker image which runs the open source virus scanner ClamAV, performs automatic virus definition updates as a background process and provides a REST API interface to interact with the ClamAV process.
About
ClamAV REST is a lightweight Spring Boot application that acts as a RESTful proxy to the ClamAV antivirus engine. It translates HTTP requests into commands understood by ClamAV, enabling developers and system administrators to integrate file scanning capabilities into their appli…