From abf5b8326ac8cac14611f5fab345f48bcb317493 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sun, 14 Jun 2026 17:05:43 -0400 Subject: [PATCH] Fixed image pull command when using podman. --- docker_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_test.sh b/docker_test.sh index bd29b88..909ddc5 100755 --- a/docker_test.sh +++ b/docker_test.sh @@ -23,7 +23,7 @@ IMAGE_VERSION=3 # This is the name of our docker image. -IMAGE_NAME=positronsecurity/ssh-audit-test-framework +IMAGE_NAME=docker.io/positronsecurity/ssh-audit-test-framework # Terminal colors.