Below you will find pages that utilize the taxonomy term “Pompelmi”
April 30, 2026
Pompelmi ClamAV Scanner
Version updated for https://github.com/pompelmi/pompelmi to version v1.7.0.
This action is used across all versions by 5 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “pompelmi” GitHub Action provides ClamAV antivirus scanning for Node.js, enabling developers to easily scan files, directories, streams, or in-memory buffers for malicious content. It simplifies virus scanning by offering a single async function (scan()) with clear verdicts (Clean, Malicious, ScanError) and supports both local scanning (using ClamAV’s clamscan command) and remote scanning via TCP or UNIX sockets without requiring regex parsing, native bindings, or runtime dependencies. This tool automates antivirus integration for upload pipelines or HTTP frameworks like Express and Fastify, reducing complexity and maintenance overhead.