diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-06-18 17:19:37 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-06-18 17:19:37 +0000 |
commit | 26a07635cd49b1d019049de1f50976b555a9e31b (patch) | |
tree | 4949efd5632bf03356f82957ac5b9564eec235d7 /doc/topics | |
parent | 6b32120f524a423240d785573b8f0ccfd88e9f06 (diff) | |
download | gitlab-ce-26a07635cd49b1d019049de1f50976b555a9e31b.tar.gz |
Update phrasing of Security paragraph
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/application_development_platform/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/topics/application_development_platform/index.md b/doc/topics/application_development_platform/index.md index c2552ab4411..e8960a76dd9 100644 --- a/doc/topics/application_development_platform/index.md +++ b/doc/topics/application_development_platform/index.md @@ -34,9 +34,9 @@ you can use as much or as little of the default pipeline as you'd like, and deep ### Security The Application Development Platform helps you ensure that the applications you create are not affected by vulnerabilities -that may lead to security problems and unintended use. This can be achieved by making use of the embedded security features of Auto DevOps -which allow both security teams and developers to know if there is something that they should consider changing in their apps, -before it is too late to create a fix. The following features are included: +that may lead to security problems and unintended use. This can be achieved by making use of the embedded security features of Auto DevOps, +which inform security teams and developers if there is something to consider changing in their apps +before it is too late to create a preventative fix. The following features are included: - [Auto SAST (Static Application Security Testing)](https://docs.gitlab.com/ee/topics/autodevops/#auto-sast-ultimate) - [Auto Dependency Scanning](https://docs.gitlab.com/ee/topics/autodevops/#auto-dependency-scanning-ultimate) |