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 d03dc18 commit 4348879Copy full SHA for 4348879
checkmarx-ast-cli.version
@@ -1 +1 @@
1
-2.2.5
+2.2.7-snapshot-v2
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.7-snapshot-v2'; // 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