From 0cc8feb63864af25fb988f4fc135968e4e4ae127 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Sun, 5 May 2019 15:53:09 -0400 Subject: [PATCH] Add Cilium. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b239e7..e9ae969 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea See also [awesome-devsecops](https://github.com/devsecops/awesome-devsecops). - [BlackBox](https://github.com/StackExchange/blackbox) - Safely store secrets in Git/Mercurial/Subversion by encrypting them "at rest" using GnuPG. +- [Cilium](https://cilium.io/) - Open source software for transparently securing the network connectivity between application services deployed using Linux container management platforms like Docker and Kubernetes. - [Clair](https://github.com/coreos/clair) - Static analysis tool to probe for vulnerabilities introduced via application container (e.g., Docker) images. - [Gauntlt](http://gauntlt.org/) - Pentest applications during routine continuous integration build pipelines. - [Git Secrets](https://github.com/awslabs/git-secrets) - Prevents you from committing passwords and other sensitive information to a git repository.