undistro / zora

Zora is an open source solution that helps you achieve compliance with Kubernetes best practices recommended by industry-leading frameworks. By scanning your cluster with multiple plugins, Zora identifies potential issues, misconfigurations, and vulnerabilities.
https://getup.io/opensource/zora-oss
Apache License 2.0
278 stars 23 forks source link

Expose plugins `env` and `envFrom` as helm chart parameters #245

Closed matheusfm closed 6 months ago

matheusfm commented 6 months ago

Description

Expose plugins env and envFrom as helm chart parameters.

It may be necessary to set environment variables like AWS_REGION in trivy container.

How has this been tested?

By running helm template zora charts/zora/ --set clusterName=mycluster with and without scan.plugins.trivy.env parameter set.

Checklist