Skip to content

Commit

Permalink
Update iac_scan_report_processor.ts
Browse files Browse the repository at this point in the history
Signed-off-by: pankhurisaxena28 <76627925+pankhurisaxena28@users.noreply.github.com>
  • Loading branch information
pankhurisaxena28 authored Jun 27, 2024
1 parent e89e82e commit 90d0609
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/reports/iac_scan_report_processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ export abstract class IACScanReportProcessor {
reportGenerator: ReportGenerator,
reportName: string,
) {
if (report.violations?.length == 0) {
// no violations, returning as no action to take.
return;
}

Check failure on line 46 in src/reports/iac_scan_report_processor.ts

View workflow job for this annotation

GitHub Actions / unit

Delete `⏎`
const generatedReport = reportGenerator.generate(report);
logDebug(`IaC scan report generated`);
Expand Down

0 comments on commit 90d0609

Please sign in to comment.