Scan-artifacts: clamav-scan failing because the file name daily.cvd is not exists and was replaced by daily.cld
Current Behavior
The commits are blocked because, Scan-artifacts->clamav-scan is failing.
Live Example
https://repo1.dso.mil/dsop/opensource/palo-alto-networks/demisto/python3/-/pipelines/327006
Expected Behavior
Successful build
Possible Solution
https://repo1.dso.mil/ironbank-tools/av-updater/-/jobs/artifacts/master/raw/definitions.tar.gz?job=build contains an archive with the following files : 1-./bytecode.cvd 2-./daily.cl__d 3-./main.cvd while the script "${PIPELINE_REPO_DIR}/stages/scan-artifacts/clamav-run.sh" line 11 expecting the following files: 1-./bytecode.cvd 2-./daily.cvd 3-./main.cvd
the extension for daily file has changed from cvd to cld