trivy-operator
trivy-operator copied to clipboard
Inject private CA certificate via ConfigMap/Secret
The current method of injecting a trusted private CA certificate is via SSL_CERT_DIR env var, which mounts a hostPath volume. This is not very convenient, as that requires the cert to be distributed to al nodes, and also triggers a lot of security hardening rule violations (because of the hostPath mount).
It would be much better to support trusting injected certificates via ConfigMaps or Secrets.
@SammyA contribution are welcome :)
Anyone working on this? We're struggling to get Trivy working in a private CA environment.