Class CfnNagProcessReports

java.lang.Object
com.hack23.sonar.cloudformation.reports.process.CfnNagProcessReports

public final class CfnNagProcessReports extends Object
The Class CfnNagProcessReports.
  • Field Details

  • Constructor Details

    • CfnNagProcessReports

      public CfnNagProcessReports(org.sonar.api.batch.fs.FileSystem fileSystem, org.sonar.api.scan.filesystem.PathResolver pathResolver)
      Instantiates a new cfn nag process reports.
      Parameters:
      fileSystem - the file system
      pathResolver - the path resolver
  • Method Details

    • processCfnNagReport

      public void processCfnNagReport(org.sonar.api.batch.sensor.SensorContext context, Optional<String> reportFilesProperty) throws IOException
      Process cfn nag report.
      Parameters:
      context - the context
      reportFilesProperty - the report files property
      Throws:
      IOException - Signals that an I/O exception has occurred.