Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

ddev-clamav

add-on registry tests last commit release

Introduction

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 is clamav/clamav-debian:1.5.1 (multi-arch: amd64, arm64, ppc64le), so it works on Apple Silicon and other ARM64 hosts as well as x86_64.

Getting Started

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