From 3308c3ef215d7f9c526d076c4e4eea5204be066b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Bokvad=20Engar=C3=A5s?= Date: Thu, 7 Sep 2023 17:25:46 +0200 Subject: [PATCH] Fixed json path --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f9294162..a1fdd609 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,9 +11,9 @@ import { PentestService } from './Pentest/PentestService'; export async function run(): Promise { try { const cydigConfig: CyDigConfig = getContentOfFile("src/cydigconfig.json"); + await BranchProtectionService.getStateOfBranchProtection(); await PentestService.getStateOfPentest(cydigConfig.pentest); - await BranchProtectionService.getStateOfBranchProtection(); } catch (error) {