Uses of Class
com.hack23.sonar.cloudformation.reports.checkov.CheckovPassedCheck
Packages that use CheckovPassedCheck
-
Uses of CheckovPassedCheck in com.hack23.sonar.cloudformation.reports.checkov
Methods in com.hack23.sonar.cloudformation.reports.checkov that return types with arguments of type CheckovPassedCheckModifier and TypeMethodDescriptionCheckovResults.getFailedChecks()
Gets the failed checks.CheckovResults.getPassedChecks()
Gets the passed checks.Method parameters in com.hack23.sonar.cloudformation.reports.checkov with type arguments of type CheckovPassedCheckModifier and TypeMethodDescriptionvoid
CheckovResults.setFailedChecks
(List<CheckovPassedCheck> failedChecks) Sets the failed checks.void
CheckovResults.setPassedChecks
(List<CheckovPassedCheck> passedChecks) Sets the passed checks.