Rayan Das
Rayan Das
Signed-off-by: Rayan Das **What this PR does / why we need it**: This PR adds GitHub Release Notes Generation to generate release notes. **Which issue(s) this PR fixes** *(optional, in...
Backport to 2.6.10 SURE-5447
There is no support for wild card certificates.
**Overview** There are multiple High and Medium CVEs in `kube-bench:v0.6.11` image. **What happened?** I ran `trivy image aquasec/kube-bench:v0.6.11` Below is the output: ``` 2023-02-08T21:43:44.496+0530 INFO Vulnerability scanning is enabled 2023-02-08T21:43:44.496+0530...
Currently, whenever the developers build the binaries locally, it gets stores inside `GOBIN`. However, to align more closely with the practices followed in `kubernetes/kubernetes`, I suggest that we consider building...
Forwardport of https://github.com/rancher/cis-operator/issues/248 kube-bench uses the version name in all the configs as `cis-1.x` (see more [here](https://github.com/aquasecurity/kube-bench/blob/1393449298c87a33102d9a7842a56b1d32ae445f/cfg/cis-1.24/controlplane.yaml#L3)), we should follow the same in security-scan. Update `version: 1.x` to `version: cis-1.X...