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 ee50299 commit cdd723bCopy full SHA for cdd723b
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.3.3
+2.3.4
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.3'; // Update this with the latest version.
+ private readonly cliDefaultVersion = '2.3.4'; // Update this with the latest version.
25
private readonly client: AstClient;
26
27
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
0 commit comments