summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
authorOlivier Gonzalez <ogonzalez@gitlab.com>2018-03-15 09:14:22 -0400
committerOlivier Gonzalez <ogonzalez@gitlab.com>2018-03-15 09:14:22 -0400
commitf2f7bb2bc1fb3394379b562895db4a21af92b856 (patch)
treeca47fdcc3364a2567fbef5dca77872e82fb868d4 /doc/topics
parent1b1475cba4357cfb5f42dd05f8eda7b2932f1c2b (diff)
downloadgitlab-ce-f2f7bb2bc1fb3394379b562895db4a21af92b856.tar.gz
Rename SAST for Docker to Container Scanning in documentation. Refs gitlab-org/gitlab-ee#5017docs-ee-5017-rename_sast_container_to_container_scanning
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index ec091549c05..4dc3adc1441 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -20,7 +20,7 @@ project in an easy and automatic way:
1. [Auto Test](#auto-test)
1. [Auto Code Quality](#auto-code-quality)
1. [Auto SAST (Static Application Security Testing)](#auto-sast)
-1. [Auto SAST for Docker images](#auto-sast-for-docker-images)
+1. [Auto Container Scanning](#auto-container-scanning)
1. [Auto Review Apps](#auto-review-apps)
1. [Auto DAST (Dynamic Application Security Testing)](#auto-dast)
1. [Auto Deploy](#auto-deploy)
@@ -217,7 +217,7 @@ check out.
In GitLab Ultimate, any security warnings are also
[shown in the merge request widget](https://docs.gitlab.com/ee/user/project/merge_requests/sast.html).
-### Auto SAST for Docker images
+### Auto Container Scanning
> Introduced in GitLab 10.4.
@@ -228,7 +228,7 @@ created, it's uploaded as an artifact which you can later download and
check out.
In GitLab Ultimate, any security warnings are also
-[shown in the merge request widget](https://docs.gitlab.com/ee/user/project/merge_requests/sast_docker.html).
+[shown in the merge request widget](https://docs.gitlab.com/ee/user/project/merge_requests/container_scanning.html).
### Auto Review Apps