From 2a7020682ea33744fafd345b8dbdadedf2a6ed22 Mon Sep 17 00:00:00 2001 From: danielsagi Date: Mon, 28 Mar 2022 17:33:22 +0300 Subject: [PATCH] Update image tag of aqua version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8cdc3ea..9b0a5947 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ python3 kube_hunter _If you want to use pyinstaller/py2exe you need to first run the install_imports.py script._ ### Container -Aqua Security maintains a containerized version of kube-hunter at `aquasec/kube-hunter`. This container includes this source code, plus an additional (closed source) reporting plugin for uploading results into a report that can be viewed at [kube-hunter.aquasec.com](https://kube-hunter.aquasec.com). Please note, that running the `aquasec/kube-hunter` container and uploading reports data are subject to additional [terms and conditions](https://kube-hunter.aquasec.com/eula.html). +Aqua Security maintains a containerized version of kube-hunter at `aquasec/kube-hunter:aqua`. This container includes this source code, plus an additional (closed source) reporting plugin for uploading results into a report that can be viewed at [kube-hunter.aquasec.com](https://kube-hunter.aquasec.com). Please note, that running the `aquasec/kube-hunter` container and uploading reports data are subject to additional [terms and conditions](https://kube-hunter.aquasec.com/eula.html). The Dockerfile in this repository allows you to build a containerized version without the reporting plugin.