diff options
author | Olivier Gonzalez <ogonzalez@gitlab.com> | 2018-05-23 11:28:30 -0400 |
---|---|---|
committer | Olivier Gonzalez <ogonzalez@gitlab.com> | 2018-05-23 11:28:30 -0400 |
commit | 5dd0b032703d84233fe63d6931b362fd964e91fc (patch) | |
tree | 434141805e743842ce1d56fef21c7d85fc61341d | |
parent | dba62684761d1935f437ba0b9b6c9d6afbf9a12c (diff) | |
download | gitlab-ce-5778_rename_container_scanning_job_and_artifact.tar.gz |
add deprecation notice5778_rename_container_scanning_job_and_artifact
-rw-r--r-- | doc/ci/examples/container_scanning.md | 7 |
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/ |