Skip to content
Snippets Groups Projects
Commit c5df1ead authored by Git Bot Service Account's avatar Git Bot Service Account
Browse files

Integrate gitlab-ci/cleaos-652-mask-sensitive-data-in-buildpass-job

--

Commit: clea-os/infrastructure/gitlab-ci@ce304cf6

[CICD][BUILD] Mask sensitive environment variables in build:pass job

  The build:pass job prints environment variables, some of which
  may contain sensitive data.
  This update ensures that variables with names matching substrings
  in FILTER_LIST have their values masked
parent 5828b17c
No related branches found
No related tags found
1 merge request!90Integrate gitlab-ci/cleaos-652-mask-sensitive-data-in-buildpass-job
Subproject commit 62eb8719f0c931ce9c4d26c302ae8534bb4b4e1d Subproject commit ce304cf6ff8e49250829d239d4eb52ef5999db3c
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: 62eb8719f0c931ce9c4d26c302ae8534bb4b4e1d ref: ce304cf6ff8e49250829d239d4eb52ef5999db3c
file: 'layers-integration.yml' file: 'layers-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 62eb8719f0c931ce9c4d26c302ae8534bb4b4e1d GITLAB_CI_REVISION: ce304cf6ff8e49250829d239d4eb52ef5999db3c
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed. # As soon as this gets fixed upstream, the hard-coded branch name should be removed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment