Uses of Class
com.hack23.sonar.cloudformation.reports.checkov.CheckovPassedCheck
-
Uses of CheckovPassedCheck in com.hack23.sonar.cloudformation.reports.checkov
Modifier and TypeMethodDescriptionCheckovResults.getFailedChecks()
Gets the failed checks.CheckovResults.getPassedChecks()
Gets the passed checks.Modifier and TypeMethodDescriptionvoid
CheckovResults.setFailedChecks
(List<CheckovPassedCheck> failedChecks) Sets the failed checks.void
CheckovResults.setPassedChecks
(List<CheckovPassedCheck> passedChecks) Sets the passed checks.