diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-02-01 19:14:52 -0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-02-07 12:34:12 +0100 |
commit | 12a4039647cd65dfaaa9f4074181ca2e8b23703c (patch) | |
tree | 9115e549a63ad8a7a0373556b3f9cf06358a9da4 /doc/ci | |
parent | bfab3990f8c432bf9487110c9d6411ae63ca968f (diff) | |
download | gitlab-ce-12a4039647cd65dfaaa9f4074181ca2e8b23703c.tar.gz |
search and replace "Enterprise Edition Ultimate" => "Ultimate"
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/examples/dast.md | 2 | ||||
-rw-r--r-- | doc/ci/examples/sast_docker.md | 2 |
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`. |