Installation on Windows - checkmarx-ts/CxAnalytix GitHub Wiki
Installing .Net Core
It is possible to download the installer for the .Net Core runtime, or use the Chocolatey package manager to perform the install:
choco install dotnetcore-runtime
Note: you may need to reboot after the install.
Command Line Installation
There is no specific installation for the command line. Execution of the command line can be performed with the following command:
dotnet CxAnalytixCLI.dll
Windows Service Installation
- Open Powershell or Windows command prompt as administrator.
- Execute
sc.exe create CxAnalytix binpath="{folder path}\CxAnalytixService.exe"
The service can be started or stopped from the service control manager. The service will execute scans periodically while it is running.
Before execution can be successful, you must configure the installed application.
Click here for configuration documentation.