We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369f013 commit a1d4aafCopy full SHA for a1d4aaf
src/main/java/com/jfrog/ide/idea/scan/ScanBinaryExecutor.java
@@ -58,7 +58,7 @@ public abstract class ScanBinaryExecutor {
58
private static final int USER_NOT_ENTITLED = 31;
59
private static final int NOT_SUPPORTED = 13;
60
private static final String SCANNER_BINARY_NAME = "analyzerManager";
61
- private static final String SCANNER_BINARY_VERSION = "1.9.9";
+ private static final String SCANNER_BINARY_VERSION = "1.13.4";
62
private static final String BINARY_DOWNLOAD_URL = "xsc-gen-exe-analyzer-manager-local/v1/" + SCANNER_BINARY_VERSION;
63
private static final String DOWNLOAD_SCANNER_NAME = "analyzerManager.zip";
64
private static final String MINIMAL_XRAY_VERSION_SUPPORTED_FOR_ENTITLEMENT = "3.66.0";
0 commit comments