From d291c2409bd885c2429175dab0172e3851cd2504 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 14 Mar 2021 15:22:25 +0100 Subject: [PATCH] Add OWASP guide --- docs/faq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.md b/docs/faq.md index 147bebc..2e39372 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -192,6 +192,7 @@ With that all in mind, here are some leading thoughts. And further reading on this topic: - [Docker security documentation](https://docs.docker.com/engine/security/) +- [OWASP Docker Security Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html) ## Why use the Compose specification?