All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkmarx.sdk.service.ScaClient Maven / Gradle / Ivy

There is a newer version: 0.1.33
Show newest version
package com.checkmarx.sdk.service;

import com.checkmarx.sdk.dto.sca.SCAParams;
import com.checkmarx.sdk.dto.sca.SCAResults;

import java.io.IOException;

public interface ScaClient {

    /**
     * Create new SCA scan for a new/existing project with a remote repository source
     * @return scan results
     */
    SCAResults scanRemoteRepo(SCAParams scaParams) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy