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
:~$ helm snyk test sumologic_sumologic/sumologic/
try to run 'helm template sumologic_sumologic/sumologic/' first!
ubuntu@ip-10-42-75-92:~$ ls sumologic_sumologic/sumologic/
there is a Chart.yaml in the directory noted already:
Descending into the dependency directory, does work however:
helm snyk test sumologic_sumologic/sumologic/charts/falco/
Perhaps this is more of a feature request, though I feel the inability to deal with chart dependencies should be noted in Readme. However, I think since I get an error message with the top level chart, the tool may still be missing images that are in the top level chart.
The text was updated successfully, but these errors were encountered:
This isn't actually an issue with dependencies; it has to do with chart size. The child process that is spawned to run helm has a default buffer size of 1024*1024 and that's too small. I bumped it up to 1024x the default to see what would happen, and a large sumo chart passed that stage of the build (but failed further along).
When pulling a dependent chart,
helm snyk test
seems to not be able to descend into dependency directories. The example I'm using washelm pull sumologic/sumologic --untar=true --untardir=sumologic_sumologic
I then do:
there is a Chart.yaml in the directory noted already:
Descending into the dependency directory, does work however:
Perhaps this is more of a feature request, though I feel the inability to deal with chart dependencies should be noted in Readme. However, I think since I get an error message with the top level chart, the tool may still be missing images that are in the top level chart.
The text was updated successfully, but these errors were encountered: