From 4bec9a09b38d30c4ec31497a34a81e1005d4389a Mon Sep 17 00:00:00 2001 From: Zach Arnold Date: Thu, 30 May 2019 10:58:35 -0700 Subject: [PATCH] Update content/en/docs/concepts/security/overview.md Co-Authored-By: Tim Bannister --- content/en/docs/concepts/security/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/overview.md b/content/en/docs/concepts/security/overview.md index 5cafac0e9bd35..08af05b971b47 100644 --- a/content/en/docs/concepts/security/overview.md +++ b/content/en/docs/concepts/security/overview.md @@ -142,7 +142,7 @@ Static Code Analysis | Most languages provide a way for a snippet of code to be Dynamic probing attacks | There are a few automated tools that are able to be run against your service to try some of the well known attacks that commonly befall services. These include SQL injection, CSRF, and XSS. One of the most popular dynamic analysis tools is the OWASP Zed Attack proxy https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project | -## Pipeline security +## Robust automation Most of the above mentioned suggestions can actually be automated in your code delivery pipeline as part of a series of checks in security. To learn about a