summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-02-01 19:14:52 -0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-02-07 12:34:12 +0100
commit12a4039647cd65dfaaa9f4074181ca2e8b23703c (patch)
tree9115e549a63ad8a7a0373556b3f9cf06358a9da4 /doc/ci
parentbfab3990f8c432bf9487110c9d6411ae63ca968f (diff)
downloadgitlab-ce-12a4039647cd65dfaaa9f4074181ca2e8b23703c.tar.gz
search and replace "Enterprise Edition Ultimate" => "Ultimate"
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/examples/dast.md2
-rw-r--r--doc/ci/examples/sast_docker.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/examples/dast.md b/doc/ci/examples/dast.md
index 7bf647bbb8b..854ee0f6697 100644
--- a/doc/ci/examples/dast.md
+++ b/doc/ci/examples/dast.md
@@ -31,7 +31,7 @@ own) and finally write the results in the `gl-dast-report.json` file. You can
then download and analyze the report artifact in JSON format.
TIP: **Tip:**
-Starting with [GitLab Enterprise Edition Ultimate][ee] 10.4, this information will
+Starting with [GitLab Ultimate][ee] 10.4, this information will
be automatically extracted and shown right in the merge request widget. To do
so, the CI job must be named `dast` and the artifact path must be
`gl-dast-report.json`.
diff --git a/doc/ci/examples/sast_docker.md b/doc/ci/examples/sast_docker.md
index d99cfe93afa..ae2307e666b 100644
--- a/doc/ci/examples/sast_docker.md
+++ b/doc/ci/examples/sast_docker.md
@@ -46,7 +46,7 @@ them in a [YAML file](https://github.com/arminc/clair-scanner/blob/master/README
in our case its named `clair-whitelist.yml`.
TIP: **Tip:**
-Starting with [GitLab Enterprise Edition Ultimate][ee] 10.4, this information will
+Starting with [GitLab Ultimate][ee] 10.4, this information will
be automatically extracted and shown right in the merge request widget. To do
so, the CI/CD job must be named `sast:container` and the artifact path must be
`gl-sast-container-report.json`.