diff options
author | Matija Čupić <matteeyah@gmail.com> | 2019-07-23 19:28:17 +0200 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2019-07-23 21:22:26 +0200 |
commit | 136865713bbaeee03e45e9e7154dd99338d565d6 (patch) | |
tree | e4f71df7787d6bbedba1f647b8ad95711b5173c7 /doc/ci/variables | |
parent | b49115487a676497e9ee2a942a685bff073aea3b (diff) | |
download | gitlab-ce-136865713bbaeee03e45e9e7154dd99338d565d6.tar.gz |
Document new masking requirementsmc/feature/add-at-colon-variable-masking
Diffstat (limited to 'doc/ci/variables')
-rw-r--r-- | doc/ci/variables/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 4d6ca8cff6d..14bc2e1cb47 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -94,7 +94,7 @@ This means that the value of the variable will be hidden in job logs, though it must match certain requirements to do so: - The value must be in a single line. -- The value must only consist of characters from the Base64 alphabet, defined in [RFC4648](https://tools.ietf.org/html/rfc4648). +- The value must only consist of characters from the Base64 alphabet ([RFC4648](https://tools.ietf.org/html/rfc4648)) with the addition of `@` and `:`. - The value must be at least 8 characters long. - The value must not use variables. |