We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
V0.3.15
V1.25.0
No response
Trivy will still be deactivated.
I think it is due to the fact that the isActivated method checks if the trivy helm chart is installed:
k8sgpt/pkg/integration/trivy/trivy.go
Line 111 in 4bfc7f9
When trivy is installed via ArgoCD this will always be false …
K8sGPT should use a different check to find out if trivy integration is activated
K8sGPT shows the wrong state of trivy integration
The text was updated successfully, but these errors were encountered:
This certainly is something that needs an improvement - rather than looking for the helm deployment we should check some other marker
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Checklist
Affected Components
K8sGPT Version
V0.3.15
Kubernetes Version
V1.25.0
Host OS and its Version
No response
Steps to reproduce
Trivy will still be deactivated.
I think it is due to the fact that the isActivated method checks if the trivy helm chart is installed:
k8sgpt/pkg/integration/trivy/trivy.go
Line 111 in 4bfc7f9
When trivy is installed via ArgoCD this will always be false …
Expected behaviour
K8sGPT should use a different check to find out if trivy integration is activated
Actual behaviour
K8sGPT shows the wrong state of trivy integration
Additional Information
No response
The text was updated successfully, but these errors were encountered: