From 0915bc9345e16da40629e9ea1997de00dfdd6df5 Mon Sep 17 00:00:00 2001 From: Denis Khoshaba Date: Mon, 27 May 2024 00:52:48 +1000 Subject: [PATCH] Fix URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dec68f..9e072ba 100644 --- a/README.md +++ b/README.md @@ -305,7 +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](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]