From 19d7a8c76a16d185f3bd1da4995aec0c967b56b5 Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Mon, 23 Oct 2017 08:27:48 +0200 Subject: [PATCH] add Anchor Engine & Cloud --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c31444b..23ead4b 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,8 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Security +* [Anchor Engine](https://github.com/anchore/anchore) - Analyze images for CVE vulnerabilities and against custom security policies by [@Anchor](https://github.com/anchore) +* [Anchor Cloud](anchore.com/cloud) :heavy_dollar_sign: - Hosted version of Anchor Engine by [@Anchor](https://github.com/anchore) * [Aqua Security](https://www.aquasec.com) :heavy_dollar_sign: - Securing container-based applications from Dev to Production on any platform * [bane](https://github.com/jessfraz/bane) - AppArmor profile generator for Docker containers by [@jessfraz][jessfraz] * [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)