From a184238651aa2e9a1cdb2ce0da087856ef1a9bf9 Mon Sep 17 00:00:00 2001 From: greensd4 <33864348+greensd4@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:52:48 +0000 Subject: [PATCH 1/2] Update checkmarx-ast-cli to 2.3.17 --- checkmarx-ast-cli.version | 2 +- src/main/osinstaller/CxInstaller.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkmarx-ast-cli.version b/checkmarx-ast-cli.version index ed09221a..81e94697 100644 --- a/checkmarx-ast-cli.version +++ b/checkmarx-ast-cli.version @@ -1 +1 @@ -2.3.16 +2.3.17 diff --git a/src/main/osinstaller/CxInstaller.ts b/src/main/osinstaller/CxInstaller.ts index 608a2beb..59601808 100644 --- a/src/main/osinstaller/CxInstaller.ts +++ b/src/main/osinstaller/CxInstaller.ts @@ -22,7 +22,7 @@ export class CxInstaller { private cliVersion: string; private readonly resourceDirPath: string; private readonly installedCLIVersionFileName = 'cli-version'; - private readonly cliDefaultVersion = '2.3.16'; // Update this with the latest version. + private readonly cliDefaultVersion = '2.3.17'; // Update this with the latest version. private readonly client: AstClient; private static readonly PLATFORMS: Record = { From 904afa7736458c623340001a0784798ef95f8203 Mon Sep 17 00:00:00 2001 From: greensd4 <33864348+greensd4@users.noreply.github.com> Date: Tue, 25 Mar 2025 17:13:59 +0200 Subject: [PATCH 2/2] commit --- src/tests/ScanTest.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/ScanTest.test.ts b/src/tests/ScanTest.test.ts index 6a4a73bd..9060dd63 100644 --- a/src/tests/ScanTest.test.ts +++ b/src/tests/ScanTest.test.ts @@ -169,4 +169,4 @@ describe("ScanCreate cases", () => { expect(typeof scanObject.scanDetails[0].description).toBe('string'); }); -}); +}); \ No newline at end of file