trivy-operator integration with kube-enforcer
With this change, we are replacing starboard operator with trivy operator
-
We have updated kube_enforcer,kube_enforcer_advanced manifest files with Trivy Operator Resources
-
Moved starboard manifest files to kube_enforcer_starbaord and kube_enforcer_advanced_starboard
-
Updated relevant gen_ke_certs.sh and readme files Reference PR: https://github.com/aquasecurity/deployments/pull/566
-
Upgraded trivy-operator version to latest (0.20.1)as the existing version has critical vulnerabilities
-
Upgraded kube-bench version with latest (v0.7.3) Reference PR: https://github.com/aquasecurity/deployments/pull/567
-
Added keys for Admission Control when the GW is disconnected, Enable workload discovery, Register discovered pod images, and Add discovered registries.
-
Removed the AQUA_WATCH_CONFIG_AUDIT_REPORT key as it is no longer supported. Reference PR: https://github.com/aquasecurity/deployments/pull/565