We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce8a15 commit 8c8c3fcCopy full SHA for 8c8c3fc
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.3.44
+2.3.45
src/main/osinstaller/CxInstaller.ts
@@ -22,7 +22,7 @@ export class CxInstaller {
22
private cliVersion: string;
23
private readonly resourceDirPath: string;
24
private readonly installedCLIVersionFileName = 'cli-version';
25
- private readonly cliDefaultVersion = '2.3.44'; // Update this with the latest version.
+ private readonly cliDefaultVersion = '2.3.45'; // Update this with the latest version.
26
private readonly client: AstClient;
27
28
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
0 commit comments