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>
154 of 212 new or added lines in 14 files covered. (72.64%)
13 existing lines in 2 files now uncovered.14779 of 29782 relevant lines covered (49.62%)
0.56 hits per line