Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 702 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 702 Bytes

ckan-clamav-service

Run tests codecov Code style: black

A standalone web service for scanning resources uploaded to CKAN with Clam AV. Based on CKAN Service Provider

Local Development

  • Install Clam AV
    • Alpine: apk add clamav clamav-libunrar
    • Ubuntu: apt install clamav
  • Run make help for common tasks.