From fdf5e065c893bf7baba5be9174e844197941a365 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 1 Aug 2017 11:42:13 +0100 Subject: [PATCH] Add link to Aqua Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94e63f6..463de30 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Services to securely store your Docker images. * [Træfɪk](https://github.com/containous/traefik) - Automated reverse proxy and load-balancer for Docker, Mesos, Consul, Etcd... By [@EmileVauge](https://github.com/emilevauge) ## Security +* [Aqua Security](https://www.aquasec.com) $$$ - Securing container-based applications from Dev to Production on any platform * [CIS Docker Benchmark](https://github.com/dev-sec/cis-docker-benchmark) - This [InSpec][inspec] compliance profile implement the CIS Docker 1.12.0 Benchmark in an automated way to provide security best-practice tests around Docker daemon and containers in a production environment. By [@dev-sec](https://github.com/dev-sec) * [Clair](https://github.com/coreos/clair) - Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By [@coreos][CoreOS] * [docker-bench-security](https://github.com/docker/docker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production. By [@docker][docker]