ClamAV db caching solution
This template is ONLY used for feature requests. Bug reporting or pipeline enhancement issues should use the other template options for issue submission.
Description
We need to implement a method for caching the ClamAV daily db information. We were pulling this each pipeline run previously and were rate limited as a result.
Purpose
This will allow us to change back to using the hardened container for this step without being rate limited.
Plan
- Determine the interval at which we should pull the info.
- Host the database info (possibly in S3?)
- Rewrite the pipeline code in order to source the db info from the new location.
Possible Blockers/Challenges
N/A
Acceptance Criteria
- ClamAV stage uses hardened image again.
- Successful pipeline runs testing the implementation.