use of com.checkmarx.sdk.service.scanner.AstScanner in project checkmarx-spring-boot-java-sdk by checkmarx-ltd.
the class AstTest method scan_remotePublicRepo.
@Test
public void scan_remotePublicRepo() throws MalformedURLException {
RestClientConfig config = getScanConfig();
AstScanner scanner = getScanner();
AstScaResults scanResults = scanner.scan(toSdkScanParams(config));
validateFinalResults(scanResults);
}
Aggregations