From: Fiete Ostkamp Date: Mon, 26 Jan 2026 11:29:25 +0000 (+0100) Subject: [INT] Fix further issues with security image X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F143011%2F4;p=integration%2Fxtesting.git [INT] Fix further issues with security image Issue-ID: INT-2339 Change-Id: I3fa2f9e52c36ae8daf268f69334b72f429acdf6f Signed-off-by: Fiete Ostkamp --- 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 &&\