Fork of https://github.com/ajilaag/clamav-rest Remove prometheus for better memory but still have https access
Find a file
2015-08-12 09:45:31 +01:00
tests Updated scanning tests 2015-08-12 09:45:31 +01:00
.gitignore Virus scanning rest api 2015-07-26 22:46:59 +01:00
.godir Changed godir 2015-07-26 13:47:25 +01:00
clamrest.go Virus scanning rest api 2015-07-26 22:46:59 +01:00
Dockerfile Virus scanning rest api 2015-07-26 22:46:59 +01:00
eicar.com.txt Initial commit 2015-07-26 13:37:23 +01:00
Makefile Added some basic bdd tests 2015-07-26 22:51:24 +01:00
Procfile Added procfile 2015-07-26 13:39:46 +01:00
README.md Added readme 2015-07-26 22:53:55 +01:00

This repository contains a basic rest api for clamav which allows sites to scan files as they are uploaded

Usage:

make build-container - this will build the docker container and link it up to a clamav container it exposes a rest api on port 9000

make test - this will test against the rest api