Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm Chart valuesFromSecret for trivy #2172

Closed
kimdre opened this issue Jul 7, 2024 · 1 comment · Fixed by #2174 or #2180
Closed

Helm Chart valuesFromSecret for trivy #2172

kimdre opened this issue Jul 7, 2024 · 1 comment · Fixed by #2174 or #2180

Comments

@kimdre
Copy link
Contributor

kimdre commented Jul 7, 2024

Hi, the helm chart provides a key to set values for the operator from a secret, which I need because my http proxy config is inside a secret.

operator:
  valuesFromSecret: proxy-secrets

Would it be possible to add this for trivy aswell?

trivy.httpProxy
trivy.httpsProxy

# -- httpProxy is the HTTP proxy used by Trivy to download the vulnerabilities database from GitHub.
httpProxy: ~
# -- httpsProxy is the HTTPS proxy used by Trivy to download the vulnerabilities database from GitHub.
httpsProxy: ~
# -- noProxy is a comma separated list of IPs and domain names that are not subject to proxy settings.
noProxy: ~

Originally posted by @kimdre in #2171

@chen-keinan
Copy link
Contributor

@kimdre contributions are welcome if you have time, it not let me know and I'll take it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants