8000 Merge pull request #7538 from circleci/kelvintaywl-typo-secrets-note · marcoderama/circleci-docs@004f0aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 004f0aa

Browse files
author
Mayuko Sawai
authored
Merge pull request circleci#7538 from circleci/kelvintaywl-typo-secrets-note
Update secrets-masking.md
2 parents efc11cc + 4106154 commit 004f0aa

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