travis-ci
feat: Add checksum validation for HTTP/HTTPS DataVolume sources Introduces cryptographic hash validation for HTTP/HTTPS import sources to prevent data tampering during download. **Usage Example:** ```yaml apiVersion: cdi.kubevirt.io/v1beta1 kind: DataVolume metadata: name: fedora-dv spec: source: http: url: "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-39-1.5.x86_64.qcow2" checksum: "sha256:c5b50f903e39b3c5d3b7c7bb9a4c5e4f3" pvc: accessModes: - ReadWriteOnce resources: requests: storage: 10Gi ``` Signed-off-by: Yan Zhu <hackzhuyan@gmail.com>
165 of 208 new or added lines in 8 files covered. (79.33%)
2 existing lines in 1 file now uncovered.14772 of 29758 relevant lines covered (49.64%)
0.56 hits per line