Skip to content

Discard stderr when executing commands

Brian Williams requested to merge bwill/discard-stderr into master

What does this MR do?

The analyzer currently processes the combined output of commands which it runs. This can cause malformed output to be processed, because stderr is typically not meant to be included in unix output streams. When helm outputs warnings (which are non-fatal), this can cause malformed yaml files to be created for analysis. (see: gitlab-org/gitlab#327912 (comment 1016735081))

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Brian Williams

Merge request reports