Skip to content

Commit 4348879

Browse files
cx-ben-alvogithub-actions[bot]
authored andcommitted
Update checkmarx-ast-cli to 2.2.7-snapshot-v2
1 parent d03dc18 commit 4348879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.5
1+
2.2.7-snapshot-v2

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class CxInstaller {
1313
private readonly platform: string;
1414
private cliVersion: string;
1515
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.
16+
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.
1717

1818
constructor(platform: string) {
1919
this.platform = platform;

0 commit comments

Comments
 (0)