Skip to content

Conversation

olevitt
Copy link
Contributor

@olevitt olevitt commented Dec 12, 2024

Fix #533 : retrieve and properly log the error when installing a helm package

@github-actions github-actions bot added the helm-wrapper Related to the helm-wrapper library label Dec 12, 2024
Comment on lines +50 to +53
getProcessExecutor(errorStream)
.environment(getEnv(helmConfiguration))
.commandSplit(
addConfigToCommand(command, helmConfiguration) + " --output json")

Check notice

Code scanning / SonarCloud

OS commands should not be vulnerable to argument injection attacks Low

Change this code to not construct OS command arguments from user-controlled data. See more on SonarQube Cloud
Comment on lines +85 to +87
getProcessExecutor(errorStream)
.environment(getEnv(helmConfiguration))
.commandSplit(addConfigToCommand(command, helmConfiguration))

Check notice

Code scanning / SonarCloud

OS commands should not be vulnerable to argument injection attacks Low

Change this code to not construct OS command arguments from user-controlled data. See more on SonarQube Cloud
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

helm-wrapper Related to the helm-wrapper library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve logs, handling and parsing of Helm install erros

1 participant