benzino77 / clamav-rest-api

ClamAV REST API. Scan files using simple POST request.
MIT License
105 stars 37 forks source link

Limited File Types #51

Closed g7crservice-sajid-f closed 10 months ago

g7crservice-sajid-f commented 10 months ago

""is_infected": null" is for almost all types of file except text and gif. Am i missing any configuration

benzino77 commented 10 months ago

Hi there,

It is probably related to https://github.com/benzino77/clamav-rest-api/issues/49

benzino77 commented 10 months ago

Try to pull new CRA docker image and test your setup.

g7crservice-sajid-f commented 10 months ago

Thanks a lot @benzino77 . will take latest. For time being have implemented retry policy in scan that bypassed the current issue.