From 51c946bb5e410c881946bb36f8da95acc4ec2367 Mon Sep 17 00:00:00 2001 From: tiagobcx Date: Fri, 2 Aug 2024 09:45:27 +0100 Subject: [PATCH] changing ssh repo --- test/integration/root_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/root_test.go b/test/integration/root_test.go index f931c1f1a..097dae1ad 100644 --- a/test/integration/root_test.go +++ b/test/integration/root_test.go @@ -20,7 +20,7 @@ const ( Dir = "./data" Zip = "data/sources.zip" SlowRepo = "https://github.com/WebGoat/WebGoat" - SSHRepo = "git@github.com:Yoavast/CX-AST.git" + SSHRepo = "git@github.com:pedrompflopes/ast-jenkins-docker.git" SlowRepoBranch = "develop" resolverEnvVar = "SCA_RESOLVER" resolverEnvVarDefault = "./ScaResolver"