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 = { 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