class Gitlab::QA::Docker::Command
def mask_secrets
-
(String)
- The masked command string
def mask_secrets @mask_secrets.each_with_object(to_s) { |secret, s| s.gsub!(secret, '*****') } end
(String)
- The masked command string
def mask_secrets @mask_secrets.each_with_object(to_s) { |secret, s| s.gsub!(secret, '*****') } end