Fork of https://github.com/ajilaag/clamav-rest
Remove prometheus for better memory but still have https access
tests | ||
vendor/github.com/dutchcoders/go-clamd | ||
.gitignore | ||
.godir | ||
.travis.yml | ||
clamrest.go | ||
Dockerfile | ||
eicar.com.txt | ||
Gopkg.lock | ||
Gopkg.toml | ||
Makefile | ||
Procfile | ||
README.md |
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