Commit ee458c91 authored by Trevor Knudsen's avatar Trevor Knudsen

Merge branch 'pprokic-master-patch-44643' into 'master'

Update application-security index.md's (SAST,DAST,LM and DS)

See merge request gitlab-org/gitlab-ce!29547
parents 1efd580c 5b4ff654
...@@ -58,7 +58,7 @@ To enable DAST in your project, define a job in your `.gitlab-ci.yml` file that ...@@ -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: 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 - Manually specifying the job definition. Not recommended unless using GitLab
11.8 and earlier. 11.8 and earlier.
......
...@@ -66,8 +66,7 @@ file that generates the ...@@ -66,8 +66,7 @@ file that generates the
This can be done in two ways: This can be done in two ways:
- For GitLab 11.9 and later, including the provided Dependency Scanning - For GitLab 11.9 and later, including the provided `Dependency-Scanning.gitlab-ci.yml` template (recommended).
`.gitlab-ci.yml` template (recommended).
- Manually specifying the job definition. Not recommended unless using GitLab - Manually specifying the job definition. Not recommended unless using GitLab
11.8 and earlier. 11.8 and earlier.
......
...@@ -65,7 +65,7 @@ file that generates the [License Management report artifact](../../../ci/yaml/RE ...@@ -65,7 +65,7 @@ file that generates the [License Management report artifact](../../../ci/yaml/RE
This can be done in two ways: 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 - Manually specifying the job definition. Not recommended unless using GitLab
11.8 and earlier. 11.8 and earlier.
......
...@@ -80,7 +80,7 @@ To enable SAST in your project, define a job in your `.gitlab-ci.yml` file that ...@@ -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: 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 - Manually specifying the job definition. Not recommended unless using GitLab
11.8 and earlier. 11.8 and earlier.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment