summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gonzalez <ogonzalez@gitlab.com>2018-05-23 11:28:30 -0400
committerOlivier Gonzalez <ogonzalez@gitlab.com>2018-05-23 11:28:30 -0400
commit5dd0b032703d84233fe63d6931b362fd964e91fc (patch)
tree434141805e743842ce1d56fef21c7d85fc61341d
parentdba62684761d1935f437ba0b9b6c9d6afbf9a12c (diff)
downloadgitlab-ce-5778_rename_container_scanning_job_and_artifact.tar.gz
-rw-r--r--doc/ci/examples/container_scanning.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ci/examples/container_scanning.md b/doc/ci/examples/container_scanning.md
index 59b3957ca45..92ff90507ee 100644
--- a/doc/ci/examples/container_scanning.md
+++ b/doc/ci/examples/container_scanning.md
@@ -56,4 +56,11 @@ so, the CI/CD job must be named `container_scanning` and the artifact path must
`gl-container-scanning-report.json`.
[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
+`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
+in next major release, GitLab 12.0. You are advised to update your current `.gitlab-ci.yml`
+configuration to reflect that change.
+
[ee]: https://about.gitlab.com/products/