Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/secure_files/index.md')
-rw-r--r--doc/ci/secure_files/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/secure_files/index.md b/doc/ci/secure_files/index.md
index a666e0aca7b..d2ce98ad048 100644
--- a/doc/ci/secure_files/index.md
+++ b/doc/ci/secure_files/index.md
@@ -56,3 +56,8 @@ test:
script:
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
```
+
+WARNING:
+The content of files loaded with the `download-secure-files` tool are not [masked](../variables/index.md#mask-a-cicd-variable)
+in the job log output. Make sure to avoid outputting secure file contents in the job log,
+especially when logging output that could contain sensitive information.