Fork of https://github.com/ajilaag/clamav-rest Remove prometheus for better memory but still have https access
Find a file
2017-08-28 23:15:22 +03:00
tests Updated clam rest service to support additional abirt argument 2016-06-26 22:55:55 +01:00
vendor/github.com/dutchcoders/go-clamd vendor dependencies with 'dep' 2017-08-28 23:15:22 +03: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 Revert "Make the clam-rest container tiny" 2016-06-26 23:32:26 +01:00
eicar.com.txt Initial commit 2015-07-26 13:37:23 +01:00
Gopkg.lock vendor dependencies with 'dep' 2017-08-28 23:15:22 +03:00
Gopkg.toml vendor dependencies with 'dep' 2017-08-28 23:15:22 +03:00
Makefile Revert "Make the clam-rest container tiny" 2016-06-26 23:32:26 +01:00
Procfile Added procfile 2015-07-26 13:39:46 +01:00
README.md Updated readme to include container build status 2016-06-26 22:58:56 +01:00

Build status:

  • Build Status
  • Container_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