Skip to content

Commit

Permalink
Upgrade Analyzer Manger to version 1.3.2.2006984 (#418)
Browse files Browse the repository at this point in the history
Bug fixes and improvements
  • Loading branch information
talarian1 authored Sep 14, 2023
1 parent c62d324 commit d135034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public abstract class ScanBinaryExecutor {
private static final int NOT_SUPPORTED = 13;
private static final Path BINARIES_DIR = HOME_PATH.resolve("dependencies").resolve("jfrog-security");
private static final String SCANNER_BINARY_NAME = "analyzerManager";
private static final String SCANNER_BINARY_VERSION = "1.3.2.2005632";
private static final String SCANNER_BINARY_VERSION = "1.3.2.2006984";
private static final String DEFAULT_BINARY_DOWNLOAD_URL = "xsc-gen-exe-analyzer-manager-local/v1/" + SCANNER_BINARY_VERSION;
private static final String DOWNLOAD_SCANNER_NAME = "analyzerManager.zip";
private static final String MINIMAL_XRAY_VERSION_SUPPORTED_FOR_ENTITLEMENT = "3.66.0";
Expand Down

0 comments on commit d135034

Please sign in to comment.