Skip to content

Commit

Permalink
Fixed json path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Sep 7, 2023
1 parent c6388da commit 3308c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { PentestService } from './Pentest/PentestService';
export async function run(): Promise<void> {
try {
const cydigConfig: CyDigConfig = getContentOfFile("src/cydigconfig.json");
await BranchProtectionService.getStateOfBranchProtection();
await PentestService.getStateOfPentest(cydigConfig.pentest);

await BranchProtectionService.getStateOfBranchProtection();


} catch (error) {
Expand Down

0 comments on commit 3308c3e

Please sign in to comment.