feat(ClamAvService): Add ClamAV Manager with Docker container management capabilities.

This commit is contained in:
2025-02-03 13:34:52 +01:00
parent f71219f0ca
commit a19638b476
9 changed files with 495 additions and 36 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartantivirus',
version: '1.0.4',
version: '1.1.0',
description: 'A Node.js package for integrating antivirus scanning capabilities using ClamAV, allowing in-memory file and data scanning.'
}