Skip to content

Commit

Permalink
refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbokvad committed Oct 5, 2023
1 parent 3146e9e commit 54b6ade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export async function run(): Promise<void> {
const cydigConfig: CyDigConfig = getContentOfFile(core.getInput('cydigConfigPath'));
await BranchProtectionService.getStateOfBranchProtection();

console.log('\n Running controls on your boards');
await PentestService.getStateOfPentest(cydigConfig.pentest);
await ThreatModelingService.getStateOfThreatModeling(cydigConfig.threatModeling);
} catch (error) {
Expand Down

0 comments on commit 54b6ade

Please sign in to comment.