summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCindy Pallares 🦉 <cindy@gitlab.com>2018-07-05 15:20:00 +0000
committerCindy Pallares 🦉 <cindy@gitlab.com>2018-07-05 15:20:00 +0000
commit48e7d497107d8905bbe3bec5f7290339b1a4f6f7 (patch)
tree3b9f96139d356b70561f563a8abb9d9bbf944206
parent8488a39cbcf946679fcf4523443625384a667611 (diff)
downloadgitlab-ce-48e7d497107d8905bbe3bec5f7290339b1a4f6f7.tar.gz
Verify version on container scanning note
-rw-r--r--doc/ci/examples/container_scanning.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/examples/container_scanning.md b/doc/ci/examples/container_scanning.md
index af87c83a4e5..0f79f7d1b17 100644
--- a/doc/ci/examples/container_scanning.md
+++ b/doc/ci/examples/container_scanning.md
@@ -57,9 +57,9 @@ so, the CI/CD job must be named `container_scanning` and the artifact path must
[Learn more on container scanning results shown in merge requests](https://docs.gitlab.com/ee/user/project/merge_requests/container_scanning.html).
CAUTION: **Caution:**
-Container Scanning was previously using `sast:container` for job name and
+Before GitLab 11.0, Container Scanning was previously using `sast:container` for job name and
`gl-sast-container-report.json` for the artifact name. While these old names
-are still maintained they have been deprecated with GitLab 11.0 and may be removed
+are still maintained, they have been deprecated with GitLab 11.0 and may be removed
in next major release, GitLab 12.0. You are advised to update your current `.gitlab-ci.yml`
configuration to reflect that change.