Skip to content

Commit a8a3b18

Browse files
cx-ben-alvogithub-actions[bot]
authored andcommitted
Update checkmarx-ast-cli to 2.2.6
1 parent 57d1708 commit a8a3b18

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.6

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class CxInstaller {
1414
private readonly platform: string;
1515
private cliVersion: string;
1616
private readonly resourceDirPath: string;
17-
private readonly cliDefaultVersion = '2.2.5'; // This will be used if the version file is not found. Should be updated with the latest version.
17+
private readonly cliDefaultVersion = '2.2.6'; // This will be used if the version file is not found. Should be updated with the latest version.
1818
private static installSemaphore = new Semaphore(1); // Semaphore with 1 slot
1919

2020
constructor(platform: string) {

0 commit comments

Comments
 (0)