From 50fb86b23e9cc5afe1f57f53de4c3b6208273a96 Mon Sep 17 00:00:00 2001 From: Denis Khoshaba Date: Mon, 27 May 2024 00:49:34 +1000 Subject: [PATCH] Add anchor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a022a34..1dec68f 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) ### Security +- [Anchor](https://github.com/songStitch/anchor/) - A tool to ensure reproducible builds by pinning dependencies inside your Dockerfiles [@SongStitch](https://github.com/songStitch/) - [Anchor Engine](https://github.com/anchore/anchore) - Analyze images for CVE vulnerabilities and against custom security policies 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/genuinetools/bane) - AppArmor profile generator for Docker containers by [@genuinetools][genuinetools]