You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gitlab_runner: add option to hide sensitive changes in diffs
Introduce new variable `gitlab_runner_hide_sensitive_changes` (default: true).
Replaces hardcoded `no_log: true` with conditional `no_log` usage to allow
hiding sensitive values in diffs by default, while keeping possibility to
override for debugging.
Signed-off-by: Norman Ziegner <[email protected]>
0 commit comments