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 b0cdfa2 commit 3794af9Copy full SHA for 3794af9
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.2.5
+2.2.8
src/main/osinstaller/CxInstaller.ts
@@ -13,7 +13,7 @@ export class CxInstaller {
13
private readonly platform: string;
14
private cliVersion: string;
15
private readonly resourceDirPath: string;
16
- private readonly cliDefaultVersion = '2.2.5'; // This will be used if the version file is not found. Should be updated with the latest version.
+ private readonly cliDefaultVersion = '2.2.8'; // This will be used if the version file is not found. Should be updated with the latest version.
17
18
constructor(platform: string) {
19
this.platform = platform;
0 commit comments