A heroku buildpack for setting up ClamAv
- Add the following buildpacks to your heroku app:
https://github.com/heroku/heroku-buildpack-apt
https://github.com/GugahBrz/heroku-buildpack-clamav
- Add an
Aptfile
in your project root with the following dependences:
- clamav
- clamav-daemon
- clamav-freshclam
- Setup your
clamd.conf
andfreshclam.conf
files in theconfig/clamav
directory - Trigger a new deployment and that’s it.