8000 Update secrets-masking.md · marcoderama/circleci-docs@4106154 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4106154

Browse files
authored
Update secrets-masking.md
1 parent efc11cc commit 4106154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_includes/snippets/secrets-masking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The value of the environment variable or context will _not_ be masked in the job
1212
* the value of the environment variable is less than 4 characters
1313
* the value of the environment variable is equal to one of `true`, `True`, `false`, or `False`
1414

15-
Secrets masking will only prevent values from appearing in your job output. Invoking a bash shell with the `-x` or `-o xtrace` options may inadvertantly log unmasked secrets (please refer to [Using shell scripts]({{site.baseurl}}/using-shell-scripts)). If your secrets appear elsewhere, such as test results or artifacts, they will not be masked. Aditionally, values are still accessible to users [debugging builds with SSH]({{site.baseurl}}/ssh-access-jobs).
16-
{: class="alert alert-warning"}
15+
Secrets masking will only prevent values from appearing in your job output. Invoking a bash shell with the `-x` or `-o xtrace` options may inadvertantly log unmasked secrets (please refer to [Using shell scripts]({{site.baseurl}}/using-shell-scripts)). If your secrets appear elsewhere, such as test results or artifacts, they will not be masked. Additionally, values are still accessible to users [debugging builds with SSH]({{site.baseurl}}/ssh-access-jobs).
16+
{: class="alert alert-warning"}

0 commit comments

Comments
 (0)
0