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
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
consthelpShort="Pass secrets as environment variables to a process."
74
74
consthelpLong="To protect against secrets leaking via stdout and stderr, those output streams are monitored for secrets. Detected secrets are automatically masked by replacing them with \""+maskString+"\". "+
75
-
"The output is buffered to detect secrets, but to avoid blocking the buffering is limited to a maximum duration as defined by the --masking-timeout flag. "+
76
-
"Therefore, you should regard the masking as a best effort attempt and should always prevent secrets ending up on stdout and stderr in the first place."
75
+
"The output is buffered to scan for secrets and can be adjusted using the masking-buffer-period flag. "+
76
+
"You should regard the masking as a best effort attempt and should always prevent secrets ending up on stdout and stderr in the first place."
0 commit comments