diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md index 028ff72a1600b2a8b48e25aa1584a7fa3c04243c..a722aa88f9d29bea68d2d795fc1b825c63596901 100644 --- a/doc/user/application_security/dast/index.md +++ b/doc/user/application_security/dast/index.md @@ -58,7 +58,7 @@ To enable DAST in your project, define a job in your `.gitlab-ci.yml` file that This can be done in two ways: -- For GitLab 11.9 and later, including the provided DAST `.gitlab-ci.yml` template (recommended). +- For GitLab 11.9 and later, including the provided `DAST.gitlab-ci.yml` template (recommended). - Manually specifying the job definition. Not recommended unless using GitLab 11.8 and earlier. diff --git a/doc/user/application_security/dependency_scanning/index.md b/doc/user/application_security/dependency_scanning/index.md index d78cf77811005b8d6dc016672a4f3763a76e084d..c0d06dd59a6610bc9d4237acf10ec7f4e4947901 100644 --- a/doc/user/application_security/dependency_scanning/index.md +++ b/doc/user/application_security/dependency_scanning/index.md @@ -66,8 +66,7 @@ file that generates the This can be done in two ways: -- For GitLab 11.9 and later, including the provided Dependency Scanning - `.gitlab-ci.yml` template (recommended). +- For GitLab 11.9 and later, including the provided `Dependency-Scanning.gitlab-ci.yml` template (recommended). - Manually specifying the job definition. Not recommended unless using GitLab 11.8 and earlier. diff --git a/doc/user/application_security/license_management/index.md b/doc/user/application_security/license_management/index.md index 8b75995c3778f639a506f03150dbf19d5c798276..7878dc770843a02f85fdb72e9f613197854e4e5f 100644 --- a/doc/user/application_security/license_management/index.md +++ b/doc/user/application_security/license_management/index.md @@ -65,7 +65,7 @@ file that generates the [License Management report artifact](../../../ci/yaml/RE This can be done in two ways: -- For GitLab 11.9 and later, including the provided License Management `.gitlab-ci.yml` template (recommended). +- For GitLab 11.9 and later, including the provided `License-Management.gitlab-ci.yml` template (recommended). - Manually specifying the job definition. Not recommended unless using GitLab 11.8 and earlier. diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md index db328262aba3428c658a879c38908f85db28ea7a..acdf678311ae828dad13b8f9e4f9e23f5da52bea 100644 --- a/doc/user/application_security/sast/index.md +++ b/doc/user/application_security/sast/index.md @@ -80,7 +80,7 @@ To enable SAST in your project, define a job in your `.gitlab-ci.yml` file that This can be done in two ways: -- For GitLab 11.9 and later, including the provided SAST `.gitlab-ci.yml` template (recommended). +- For GitLab 11.9 and later, including the provided `SAST.gitlab-ci.yml` template (recommended). - Manually specifying the job definition. Not recommended unless using GitLab 11.8 and earlier.