From 0753900612a52cc20341a5529b512509c274e2cb Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 26 Jan 2026 12:29:25 +0100 Subject: [PATCH] [INT] Fix further issues with security image Issue-ID: INT-2339 Change-Id: I3fa2f9e52c36ae8daf268f69334b72f429acdf6f Signed-off-by: Fiete Ostkamp --- security/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile index 7d63904..55ea170 100644 --- a/security/docker/Dockerfile +++ b/security/docker/Dockerfile @@ -37,7 +37,7 @@ RUN set -x && \ apk --no-cache add --virtual .build-deps --update \ python3-dev linux-headers gcc musl-dev && \ chmod +x /usr/local/bin/kubectl && \ - git clone --depth 1 https://github.com/aquasecurity/kube-hunter.git /kube-hunter && \ + git clone https://github.com/aquasecurity/kube-hunter.git /kube-hunter && \ mkdir /check_versions && \ adduser kubectl -Du 2342 -h /config && \ wget -O /check_for_nonssl_endpoints.sh https://git.onap.org/integration/plain/test/security/check_for_nonssl_endpoints.sh?h=$ONAP_TAG &&\ -- 2.16.6