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
path: root/doc/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-15 00:07:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-15 00:07:17 +0300
commit046498496e140f96beb63ff45ec9b0bb9acdbdd3 (patch)
tree5d6854c7dc9ce586f13268927c9d7178965a78c4 /doc/ci
parent0ce623783c5970e2439cda2a5eab8cbb81c194c3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/variables/index.md2
-rw-r--r--doc/ci/yaml/artifacts_reports.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/variables/index.md b/doc/ci/variables/index.md
index 2477c52a270..f247d9609fe 100644
--- a/doc/ci/variables/index.md
+++ b/doc/ci/variables/index.md
@@ -638,7 +638,7 @@ To disable variable expansion for the variable:
## CI/CD variable precedence
-> Scan Execution Policies variable precedence was [changed](https://gitlab.com/gitlab-org/gitlab/-/issues/424028) in GitLab 16.6 [with a flag](../../administration/feature_flags.md) named `security_policies_variables_precedence`. Disabled by default.
+> Scan Execution Policies variable precedence was [changed](https://gitlab.com/gitlab-org/gitlab/-/issues/424028) in GitLab 16.7 [with a flag](../../administration/feature_flags.md) named `security_policies_variables_precedence`. Enabled by default.
You can use CI/CD variables with the same name in different places, but the values
can overwrite each other. The type of variable and where they are defined determines
diff --git a/doc/ci/yaml/artifacts_reports.md b/doc/ci/yaml/artifacts_reports.md
index 2c6b52bb856..5867a5b3506 100644
--- a/doc/ci/yaml/artifacts_reports.md
+++ b/doc/ci/yaml/artifacts_reports.md
@@ -314,6 +314,8 @@ GitLab can display the results of one or more reports in the
## `artifacts:reports:repository_xray` **(ULTIMATE ALL)**
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/432235) in GitLab 16.7.
+
The `repository_xray` report collects information about your repository for use by AI in code suggestions.
## `artifacts:reports:sast`