From 48e7d497107d8905bbe3bec5f7290339b1a4f6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cindy=20Pallares=20=F0=9F=A6=89?= Date: Thu, 5 Jul 2018 15:20:00 +0000 Subject: [PATCH] Verify version on container scanning note --- doc/ci/examples/container_scanning.md | 4 ++-- 1 file 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.