You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to scan some kustomize and helm configuration in our IaC repo using the GitHub Action. It reported an error that kustomize requires an additional argument to allow the usage of helm. I reproduced the same issue locally and have not found a way to specify that kustomize should allow helm.
Error:
2023-11-30T19:35:27.621+0100 error cli/run.go:141 scan run failed{error 26 0 1 error occurred:
* error occurred while loading kustomize directory '<removed path>'. err: error from kustomization. error : trouble configuring builtin HelmChartInflationGenerator with config: `
name: argo-cd
namespace: argocd
releaseName: argocd
repo: https://argoproj.github.io/argo-helm
version: 5.46.8
`: must specify --enable-helm
}
Description
I attempted to scan some kustomize and helm configuration in our IaC repo using the GitHub Action. It reported an error that kustomize requires an additional argument to allow the usage of helm. I reproduced the same issue locally and have not found a way to specify that kustomize should allow helm.
Error:
What I Did
I scanned the following:
... using the following command:
The text was updated successfully, but these errors were encountered: