Commit graph

3 commits

Author SHA1 Message Date
micasnyd
140c88aa4e Bump copyright for 2022
Includes minor format corrections.
2022-01-09 14:23:25 -07:00
Micah Snyder
10260c77b3 docker: omit freshclam.dat file from image
The freshclam.dat file shouldn't be in the Docker images or else
everyone using the image will have the same UUID.

This commit deletes it after each update.
2021-09-28 18:21:50 -07:00
Olliver Schinagl
21a4d59fce docker: Add script to update virus database
To reduce the need for constant database updates, also push a docker
image containing the virus database.

Ideally, this script is called every time a major virus database update
happens, but as that requires integration with other systems, lets start
by having a scheduled update.

To do this a github action workflow was added on a schedule that runs
once a month. It does require the proper secrets to be setup however and
made accessible.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2021-04-29 17:55:12 -07:00