Class CheckovProcessReports
java.lang.Object
com.hack23.sonar.cloudformation.reports.process.CheckovProcessReports
The Class CheckovProcessReports.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCheckovProcessReports
(org.sonar.api.batch.fs.FileSystem fileSystem, org.sonar.api.scan.filesystem.PathResolver pathResolver) Instantiates a new checkov process reports. -
Method Summary
Modifier and TypeMethodDescriptionvoid
processCheckovReport
(org.sonar.api.batch.sensor.SensorContext context, Optional<String> reportFilesProperty) Process checkov report.
-
Field Details
-
SENSOR_NAME
The Constant SENSOR_NAME.- See Also:
-
-
Constructor Details
-
CheckovProcessReports
public CheckovProcessReports(org.sonar.api.batch.fs.FileSystem fileSystem, org.sonar.api.scan.filesystem.PathResolver pathResolver) Instantiates a new checkov process reports.- Parameters:
fileSystem
- the file systempathResolver
- the path resolver
-
-
Method Details
-
processCheckovReport
public void processCheckovReport(org.sonar.api.batch.sensor.SensorContext context, Optional<String> reportFilesProperty) throws IOException Process checkov report.- Parameters:
context
- the contextreportFilesProperty
- the report files property- Throws:
IOException
- Signals that an I/O exception has occurred.
-