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
can't pass security scanning after install helm-push in docker images.
helm-push
alpine-docker/k8s#40
/root/.local/share/helm/plugins/helm-push/testdata/tls/server.key /root/.local/share/helm/plugins/helm-push/testdata/tls/client.key /root/.cache/helm/plugins/https-github.com-chartmuseum-helm-push/testdata/tls/client.key /root/.cache/helm/plugins/https-github.com-chartmuseum-helm-push/testdata/tls/server.key
after discussed we found the test data in helm-push are not cleaned, so it is not suitable for prod environment.
can I ask to clean below folders when install this plugin
/root/.local/share/helm/plugins/helm-push/testdata/* /root/.local/share/helm/plugins/helm-push/acceptance_tests/*
it can be installed in other place, if defined environment variable HELM_PLUGINS, refer: https://helm.sh/docs/topics/plugins/#environment-variables
HELM_PLUGINS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
can't pass security scanning after install
helm-push
in docker images.alpine-docker/k8s#40
after discussed we found the test data in
helm-push
are not cleaned, so it is not suitable for prod environment.can I ask to clean below folders when install this plugin
it can be installed in other place, if defined environment variable
HELM_PLUGINS
, refer: https://helm.sh/docs/topics/plugins/#environment-variablesThe text was updated successfully, but these errors were encountered: