archivematica / Issues

Issues repository for the Archivematica project
GNU Affero General Public License v3.0
16 stars 1 forks source link

Problem: antivirus scanning can't be disabled #869

Closed sevein closed 3 years ago

sevein commented 5 years ago

Expected behaviour The user should be able to disable antivirus scanning. A good start could be to have a single toggle in processing configuration. Further development could consider controlling it via FPR.

Current behaviour There are five places in the workflow where antivirus scanning happens unavoidably.

Related:

Your environment (version of Archivematica, OS version, etc) All versions released to this day.


For Artefactual use: Please make sure these steps are taken before moving this issue from Review to Done:

sromkey commented 5 years ago

I agree that just being able to turn all five places with one toggle is a good first iteration and in fact might cover the vast majority of use cases... lots of folks do virus scanning in some manner before content hits the digital preservation system and they won't be concerned about whether it's on/off for submission docs, etc.

sevein commented 3 years ago

Sebastian from Bodleian has been working on a solution adding new decision points on each antivirus scanning workflow link. In the Dashboard, a single decision point is shown but when enabled it translated into five pre-configured choices in the XML document. See https://github.com/artefactual/archivematica/pull/1687/files for more details.

sromkey commented 3 years ago

Just tested- straight forward change from the user's point of view, and the METS looks correct too (e.g. no virus scanning events when turned off). Thank you @Slange-Mhath!