Skip to content

Commit

Permalink
Merge pull request #56 from CheckmarxDev/feature/update_cli
Browse files Browse the repository at this point in the history
Update checkmarx-ast-cli binaries with 2.3.7
  • Loading branch information
AlvoBen authored Dec 17, 2024
2 parents 606f4e6 + dc100ef commit 33fe5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checkmarx-ast-cli.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.6
2.3.7
2 changes: 1 addition & 1 deletion src/main/osinstaller/CxInstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class CxInstaller {
private cliVersion: string;
private readonly resourceDirPath: string;
private readonly installedCLIVersionFileName = 'cli-version';
private readonly cliDefaultVersion = '2.3.6'; // Update this with the latest version.
private readonly cliDefaultVersion = '2.3.7'; // Update this with the latest version.
private readonly client: AstClient;

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

0 comments on commit 33fe5c0

Please sign in to comment.