Skip to content

Commit 67f6a4a

Browse files
authored
Merge pull request #71 from CheckmarxDev/feature/update_cli
Update checkmarx-ast-cli binaries with 2.3.14
2 parents ae108e5 + 0966599 commit 67f6a4a

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.3.12
1+
2.3.14

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class CxInstaller {
2222
private cliVersion: string;
2323
private readonly resourceDirPath: string;
2424
private readonly installedCLIVersionFileName = 'cli-version';
25-
private readonly cliDefaultVersion = '2.3.12'; // Update this with the latest version.
25+
private readonly cliDefaultVersion = '2.3.14'; // Update this with the latest version.
2626
private readonly client: AstClient;
2727

2828
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {

0 commit comments

Comments
 (0)