[INT] Fix further issues with security image 11/143011/4
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 26 Jan 2026 11:29:25 +0000 (12:29 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 26 Jan 2026 11:51:14 +0000 (12:51 +0100)
Issue-ID: INT-2339
Change-Id: I3fa2f9e52c36ae8daf268f69334b72f429acdf6f
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
security/docker/Dockerfile

index 7d63904..55ea170 100644 (file)
@@ -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 &&\