Merge pull request #11714 from lemonez/patch-2

Update dev-best-practices.md
This commit is contained in:
Usha Mandya 2020-11-09 15:52:56 +00:00 committed by GitHub
commit 1decdd31a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,