From e97f5b1a8ddfe93fd814917d4eb10145bfcbb244 Mon Sep 17 00:00:00 2001 From: Matej Kralik Date: Thu, 1 Aug 2024 18:24:14 +0200 Subject: [PATCH] Fix openssl entrypoint in smcp annotation test (#721) --- pkg/tests/ossm/smcp_annotation_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/tests/ossm/smcp_annotation_test.go b/pkg/tests/ossm/smcp_annotation_test.go index bf81615e..6c12ca20 100644 --- a/pkg/tests/ossm/smcp_annotation_test.go +++ b/pkg/tests/ossm/smcp_annotation_test.go @@ -131,4 +131,5 @@ spec: containers: - name: testenv image: {{ image "testssl" }} + command: ["tail", "-f", "/dev/null"] `