use of com.checkmarx.sdk.dto.AstScaResults in project checkmarx-spring-boot-java-sdk by checkmarx-ltd.
the class ScaTest method scanRemoteRepo.
private void scanRemoteRepo(String repoUrlProp, boolean useOnPremAuthentication) throws MalformedURLException {
RestClientConfig config = initScaConfig(repoUrlProp, useOnPremAuthentication);
AstScaResults scanResults = runScan(config);
verifyScanResults(scanResults);
}
Aggregations