Skip to content

Commit

Permalink
Update CloudScanServiceProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalhcl-5960 committed Dec 6, 2024
1 parent c3e7318 commit 5186b7a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import javax.net.ssl.HttpsURLConnection;

import com.hcl.appscan.sdk.logging.DefaultProgress;
import com.hcl.appscan.sdk.scanners.dynamic.DASTConstants;
import com.hcl.appscan.sdk.utils.FileUtil;
import com.hcl.appscan.sdk.utils.ServiceUtil;
Expand Down Expand Up @@ -50,6 +51,10 @@ public CloudScanServiceProvider(IProgress progress, IAuthenticationProvider auth
m_progress = progress;
m_authProvider = authProvider;
}

public CloudScanServiceProvider(IAuthenticationProvider authProvider) {
this(new DefaultProgress(), authProvider);
}

@Override
public String createAndExecuteScan(String type, Map<String, String> params) {
Expand Down

0 comments on commit 5186b7a

Please sign in to comment.