Commit graph

67 commits

Author SHA1 Message Date
WimdeJager
0c9e1d2e22
Fix invalid json response
The response was missing quotes around the JSON field names, so it was invalid JSON. This fixes that :)
2021-06-02 17:21:01 +02:00
Flavio Meyer
f1b9ac1027
Merge pull request #2 from ajilaag/develop
Develop
2020-10-28 13:38:49 +01:00
Flavio Meyer
f52cca3841 Update table of contents with the correct link 2020-09-01 13:10:56 +02:00
Flavio Meyer
83906fe937 Update README with Prometheus 2020-09-01 13:08:10 +02:00
Flavio Meyer
ae6687b7d2 Implement Prometheus metrics 2020-09-01 12:56:35 +02:00
Flavio Meyer
4b52934656 Adjust import of dutchcoders/go-clamd dependency 2020-09-01 12:55:11 +02:00
Flavio Meyer
d2bdacff87
Merge pull request #1 from ajilaag/develop
HTTPS & malware signature database
2020-02-07 12:58:56 +01:00
ajila-fmeyer
d10c4fd885 Adding variable for signature database checks per day 2020-02-07 11:38:40 +01:00
ajila-fmeyer
81beb69a5f Update database check to 24 times a day 2020-02-06 17:11:20 +01:00
Flavio Meyer
2a15d51703 Adding HTTPS support for REST API interface 2020-02-06 15:59:27 +01:00
Flavio Meyer
55c2472cf6 No more used 2020-01-21 13:44:17 +01:00
Flavio Meyer
b8e8bbd0e3 Updating README with environment variable option 2020-01-21 11:20:34 +01:00
Flavio Meyer
6f4799bb88 Implementing environment variable option 2020-01-21 11:18:58 +01:00
Flavio Meyer
f23269796a Updating docker-compose file with latest Docker image 2020-01-21 11:18:23 +01:00
Flavio Meyer
677cb52715 Optimize file structure 2020-01-20 14:36:25 +01:00
Flavio Meyer
b1880a435c Remove folder scan and alerts 2020-01-20 14:33:49 +01:00
Flavio Meyer
6e99b42c8c Remove and optimize Dockerfile for CentOS 2020-01-20 14:33:11 +01:00
Flavio Meyer
23a51592ec Update README 2020-01-20 14:30:30 +01:00
Flavio Meyer
a80544b3f2 Remove files which are no longer needed 2020-01-20 14:24:10 +01:00
Yi Sheng Yap
a0799cc6d6
Add back clamd lib that's removed from auto code cleanup 2019-02-19 17:45:34 +08:00
o20ne
e5505e0f80
Update README
Add header output option for curl
2019-02-15 10:24:28 +08:00
o20ne
a8e83f69a8
Update Readme
Update image tag
2019-02-14 16:14:54 +08:00
Yi Sheng Yap
fbe6b29c23
Add status check for home response
Add API capability to scan target path
2019-02-14 15:13:42 +08:00
Yi Sheng Yap
b0cbdd5a47
Add Centos base image dockerfile 2019-02-14 15:11:40 +08:00
Yi Sheng Yap
b0eb5989fa
Add more configuration options for ClamAV
- Scan alerts
 - On Access Scanning
2019-02-14 15:11:14 +08:00
Yi Sheng Yap
d8cc0c8477
Update Dockerfile, remove multibuild as OpenShift build does not support 2019-02-13 11:20:27 +08:00
Niilo Ursin
0daa2ff74a remove golang build, build is done inside docker container 2017-11-11 01:08:12 +02:00
Niilo Ursin
3ad5c22283 newer packages incl. docker 2017-11-11 01:04:13 +02:00
Niilo Ursin
18745574de build go binary in docker 2017-11-11 00:47:18 +02:00
Niilo Ursin
9d889419e8 sudo false 2017-11-11 00:16:06 +02:00
Niilo Ursin
9b3ae1a6cf 1.9.x golang 2017-11-10 23:58:49 +02:00
Niilo Ursin
afb7917d95 verbose build 2017-11-10 23:52:36 +02:00
Niilo Ursin
69c0da71c1 latest golang release version 2017-11-10 23:47:04 +02:00
Niilo Ursin
e8424b212d build linux binary 2017-11-10 23:32:03 +02:00
Niilo Ursin
2cb9747d2f styling 2017-11-10 20:41:52 +02:00
Niilo Ursin
300c57bb80 styling 2017-11-10 20:40:42 +02:00
Niilo Ursin
3aed10b059 update usage instructions 2017-11-10 20:40:05 +02:00
Niilo Ursin
ac38e7d8cb update usage instructions 2017-11-10 20:32:29 +02:00
Niilo Ursin
73f4ef2842 badges 2017-11-10 19:59:42 +02:00
Niilo Ursin
e1304f34bc badges 2017-11-10 19:56:35 +02:00
Niilo Ursin
19f9f336b2 fixing build config 2017-11-10 19:21:46 +02:00
Niilo Ursin
9c573e2c72 update travis build config 2017-11-10 18:35:29 +02:00
Niilo Ursin
a60582f87c docker compose run config for AWS ECS 2017-09-05 09:40:25 +03:00
Niilo Ursin
0ad4f70469 add instructions to manual build and test commands 2017-09-05 09:38:27 +03:00
Niilo Ursin
f1e377eed1 rest api now waits 120 seconds for clamd so no need to sleep before start 2017-09-05 09:30:03 +03:00
Niilo Ursin
1d38f54731 wait max. 120 seconds to clamd to become active before exit.
added '/' route
2017-09-05 09:28:28 +03:00
Niilo Ursin
9b06eb5b5e refactor default clamavd port to 3310 and change http response codes to more descriptive ones 2017-08-28 23:28:10 +03:00
Niilo Ursin
5784f5fc5f modify to single docker image for clamav-rest 2017-08-28 23:18:08 +03:00
Niilo Ursin
6c8586f48e vendor dependencies with 'dep' 2017-08-28 23:15:22 +03:00
Oliver Sterzel
f2620bb98c Revert "Make the clam-rest container tiny"
This reverts commit d6a9b30ea1.
2016-06-26 23:32:26 +01:00