diff options
author | Olivier Gonzalez <ogonzalez@gitlab.com> | 2018-10-24 10:19:56 -0400 |
---|---|---|
committer | Olivier Gonzalez <ogonzalez@gitlab.com> | 2018-10-24 10:19:56 -0400 |
commit | 9e2f585ced11a94a13487d22e2b7aef87fc912cb (patch) | |
tree | c1193e4b154db51aee918e2241aeab9ff15e0c15 /doc/ci/examples | |
parent | a1ee2072f1a7c197e13bd2d5f8ca59ad1deb1c49 (diff) | |
download | gitlab-ce-9e2f585ced11a94a13487d22e2b7aef87fc912cb.tar.gz |
Add deprecation notice for renamed licensed featuredocs-add_deprecation_notice_for_renamed_licensed_feature-ce
Diffstat (limited to 'doc/ci/examples')
-rw-r--r-- | doc/ci/examples/container_scanning.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ci/examples/container_scanning.md b/doc/ci/examples/container_scanning.md index 0f79f7d1b17..bc948dc6ea9 100644 --- a/doc/ci/examples/container_scanning.md +++ b/doc/ci/examples/container_scanning.md @@ -63,4 +63,10 @@ are still maintained, they have been deprecated with GitLab 11.0 and may be remo in next major release, GitLab 12.0. You are advised to update your current `.gitlab-ci.yml` configuration to reflect that change. +CAUTION: **Caution:** +Starting with GitLab 11.5, Container Scanning feature is licensed under the name `container_scanning`. +While the old name `sast_container` is still maintained, it has been deprecated with GitLab 11.5 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 if you are using the `$GITLAB_FEATURES` environment variable. + [ee]: https://about.gitlab.com/pricing/ |