From 5b6824c105c37510a635f820c6c50fef16a0aedb Mon Sep 17 00:00:00 2001 From: lemonez <36384768+lemonez@users.noreply.github.com> Date: Fri, 6 Nov 2020 07:52:32 -0800 Subject: [PATCH] Update dev-best-practices.md minor typo fix --- develop/dev-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/dev-best-practices.md b/develop/dev-best-practices.md index 1dc221a0de..d9945e158e 100644 --- a/develop/dev-best-practices.md +++ b/develop/dev-best-practices.md @@ -86,7 +86,7 @@ keep image size small: another CI/CD pipeline to automatically build and tag a Docker image and test it. -- Take this even further with by requiring your development, testing, and +- Take this even further by requiring your development, testing, and security teams to [sign images](../engine/reference/commandline/trust.md) before they are deployed into production. This way, before an image is deployed into production, it has been tested and signed off by, for instance,