Skip to content

Commit

Permalink
cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk007 committed Sep 1, 2024
1 parent 3362132 commit fc59dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/jfrog/ide/idea/scan/ScanBinaryExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ String getBinaryDownloadURL(String externalResourcesRepo) {
abstract List<JFrogSecurityWarning> execute(ScanConfig.Builder inputFileBuilder, Runnable checkCanceled, ProgressIndicator indicator) throws IOException, InterruptedException, URISyntaxException;

protected List<JFrogSecurityWarning> execute(ScanConfig.Builder inputFileBuilder, List<String> args, Runnable checkCanceled, ProgressIndicator indicator) throws IOException, InterruptedException {
log.warn("reading");
log.warn(execute(inputFileBuilder, args, checkCanceled, false, indicator).toString());
return execute(inputFileBuilder, args, checkCanceled, false, indicator);
}

Expand Down

0 comments on commit fc59dc4

Please sign in to comment.