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 2fd9c61 commit e69f84d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { PentestService } from './Pentest/PentestService';
*/
export async function run(): Promise<void> {
try {
const cydigConfig: CyDigConfig = getContentOfFile("cydigconfig.json");
const cydigConfig: CyDigConfig = getContentOfFile("src/cydigconfig.json");
await PentestService.getStateOfPentest(cydigConfig.pentest);

await BranchProtectionService.getStateOfBranchProtection();
Expand Down

0 comments on commit e69f84d

Please sign in to comment.