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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 21:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-16 21:09:33 +0300
commit7e4746d6b8049ac170de633022a662e405ccc818 (patch)
tree33fa57879f1304506a86a4408c2015b05d21bd5c /doc/topics
parentab04c244dc7a2405a55d532e1793256a47685f38 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/stages.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/autodevops/stages.md b/doc/topics/autodevops/stages.md
index 827b49e4e08..3f8a001c933 100644
--- a/doc/topics/autodevops/stages.md
+++ b/doc/topics/autodevops/stages.md
@@ -227,7 +227,7 @@ warnings on [Ultimate](https://about.gitlab.com/pricing/) licenses.
For more information, see [Secret Detection](../../user/application_security/secret_detection/index.md).
-## Auto Dependency Scanning **(ULTIMATE)**
+## Auto Dependency Scanning **(ULTIMATE ALL)**
Dependency Scanning runs analysis on the project's dependencies and checks for potential security issues.
The Auto Dependency Scanning stage is skipped on licenses other than
@@ -242,7 +242,7 @@ For more information, see
<!--- start_remove The following content will be removed on remove_date: '2023-11-22' -->
-## Auto License Compliance (removed) **(ULTIMATE)**
+## Auto License Compliance (removed) **(ULTIMATE ALL)**
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/387561) in GitLab 15.9
and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/421363) in 16.3.
@@ -299,7 +299,7 @@ deploys with Auto DevOps can undo your changes. Also, if you change something
and want to undo it by deploying again, Helm may not detect that anything changed
in the first place, and thus not realize that it needs to re-apply the old configuration.
-## Auto DAST **(ULTIMATE)**
+## Auto DAST **(ULTIMATE ALL)**
Dynamic Application Security Testing (DAST) uses the popular open source tool
[OWASP ZAProxy](https://github.com/zaproxy/zaproxy) to analyze the current code