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.
2 parents f865df5 + 375f517 commit 7e23ab8Copy full SHA for 7e23ab8
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.3.20
+2.3.21
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.20'; // Update this with the latest version.
+ private readonly cliDefaultVersion = '2.3.21'; // Update this with the latest version.
26
private readonly client: AstClient;
27
28
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
0 commit comments