Skip to content

Commit c85978d

Browse files
cx-ben-alvogithub-actions[bot]
authored andcommitted
Update checkmarx-ast-cli to 2.2.6
1 parent 6bb1e64 commit c85978d

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
@@ -11,7 +11,7 @@ type SupportedPlatforms = 'win32' | 'darwin' | 'linux';
1111

1212
export class CxInstaller {
1313
private readonly platform: string;
14-
private cliVersion = '2.2.5';
14+
private cliVersion = '2.2.6';
1515
private readonly resourceDirPath: string;
1616
private static installSemaphore = new Semaphore(1); // Semaphore with 1 slot
1717

0 commit comments

Comments
 (0)