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 bcb0837 commit 5347577Copy full SHA for 5347577
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.3.4
+2.3.5
src/main/osinstaller/CxInstaller.ts
@@ -21,7 +21,7 @@ export class CxInstaller {
21
private cliVersion: string;
22
private readonly resourceDirPath: string;
23
private readonly installedCLIVersionFileName = 'cli-version';
24
- private readonly cliDefaultVersion = '2.3.4'; // Update this with the latest version.
+ private readonly cliDefaultVersion = '2.3.5'; // Update this with the latest version.
25
private readonly client: AstClient;
26
27
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
0 commit comments