Skip to content

add the sha-256 checksum to the Kubernetes and Helm download

Nadine Schwäch requested to merge feat/2.3-BinarySHAVerification into main

Add the method verifyChecksum to KubectlService and HelmService, using the algorithm sha-256. The interface ExecutionExtensions was created for outsourcing the methods setExecutable and readStringFromURL. If the checksums dont match, an IllegalStateException will be thrown.

Merge request reports