Fork of https://github.com/ajilaag/clamav-rest Remove prometheus for better memory but still have https access
Find a file
2016-06-26 22:55:55 +01:00
tests Updated clam rest service to support additional abirt argument 2016-06-26 22:55:55 +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
.travis.yml Added a restart of the docker daemon to the build process 2015-09-21 09:33:57 +01:00
clamrest.go Updated clam rest service to support additional abirt argument 2016-06-26 22:55:55 +01:00
Dockerfile Added travis ci build script and removed source from docker container 2015-09-21 09:23:43 +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 Final travis markdown 2015-09-21 09:42:56 +01:00

Build status:

  • Build Status

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