Skip to content

Commit

Permalink
Merge pull request #45 from Omegapoint/feature/ReadmeFixin
Browse files Browse the repository at this point in the history
refactor project
  • Loading branch information
johannaahlskog authored Oct 5, 2023
2 parents bd06b09 + 54b6ade commit 83370e8
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 83370e8

Please sign in to comment.