From 638a8f067d0080ec98ff16c08f334ed0ac4db9e1 Mon Sep 17 00:00:00 2001 From: hamza-hafeez82 Date: Wed, 10 Jun 2026 15:48:20 +0500 Subject: [PATCH] chore: point docker image registry to official ghcr repository --- src/engines/toolRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engines/toolRunner.ts b/src/engines/toolRunner.ts index 87763f6..e4187b6 100644 --- a/src/engines/toolRunner.ts +++ b/src/engines/toolRunner.ts @@ -10,7 +10,7 @@ const execFileAsync = promisify(execFile); // ─── Constants ──────────────────────────────────────────────────────────────── -const DOCKER_IMAGE_REGISTRY = 'ghcr.io/upvista/cortex-engine'; +const DOCKER_IMAGE_REGISTRY = 'ghcr.io/cortex-edr/cortex-attack'; const DOCKER_IMAGE_LOCAL = 'cortex-engine'; // ─── Tool availability ────────────────────────────────────────────────────────