ClamAV® is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
This add-on allows you to run ClamAV through the DDEV web service. The docker image used : tiredofit/clamav.
Install the DDEV ClamAV:
For DDEV v1.23.5 or above run
ddev add-on get fwust/ddev-clamav
For earlier versions of DDEV run
ddev get fwust/ddev-clamav
Then restart your project.
ddev restart