Skip to content

Commit

Permalink
upgrade AM version to 1.13.4 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog authored Jan 29, 2025
1 parent 369f013 commit a1d4aaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public abstract class ScanBinaryExecutor {
private static final int USER_NOT_ENTITLED = 31;
private static final int NOT_SUPPORTED = 13;
private static final String SCANNER_BINARY_NAME = "analyzerManager";
private static final String SCANNER_BINARY_VERSION = "1.9.9";
private static final String SCANNER_BINARY_VERSION = "1.13.4";
private static final String 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 a1d4aaf

Please sign in to comment.