From 178067b0f6fd6c31ba13e69f74ad53756bc25ff5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= <thorsten.rossner.extern@zendis.de>
Date: Mon, 4 Nov 2024 17:02:08 +0100
Subject: [PATCH] feat: Update ClamAV config.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a78f6f..cb69abe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ update_clamav_db:
       DatabaseOwner clamav
       MaxAttempts 3
       ScriptedUpdates yes
-      CompressLocalDatabase no
+      CompressLocalDatabase yes
       NotifyClamd no
       Foreground yes
       Debug yes
-- 
GitLab