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 7e23ab8 commit 76b4f3fCopy full SHA for 76b4f3f
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.3.21
+2.3.22
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.21'; // Update this with the latest version.
+ private readonly cliDefaultVersion = '2.3.22'; // Update this with the latest version.
26
private readonly client: AstClient;
27
28
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
0 commit comments