https://github.com/hysds/container-builder/blob/master/build-container.bash#L101-L102
This line logs the values of any variable passed in the ci during the build which could include secret keys.
We should not echo it or restrict it to echoing variable names rather than the values.
https://github.com/hysds/container-builder/blob/master/build-container.bash#L101-L102
This line logs the values of any variable passed in the ci during the build which could include secret keys.
We should not echo it or restrict it to echoing variable names rather than the values.