Checkmarx SCA Resolver Download and Installation
Download Latest Version of Resolver
Use the relevant link to download the latest version of SCA Resolver.
Use the relevant link to download the checksum for the latest version of Resolver.
Notice
The latest version is 2.5.13.
Links to download older versions of Resolver are available at Checkmarx SCA Resolver Changelog.
Installation
Notice
The following procedure is relevant when you download Resolver as a zip archive. When you run the MacOS Installer you just need to follow the prompts to run the installer. The installer saves the Configuration.yml file to /Library/ScaResolver/{version}/Configuration.yml
.
To download and Install Checkmarx SCA Resolver:
Use the appropriate link (shown above) to download the correct version of Checkmarx SCA Resolver for your OS.
Extract the compressed archive file.
Notice
The Configuration.yml file, which is included in the zip archive, is a mandatory part of the installation and must be placed in the same folder as the ScaResolver binary.
The
ServerUrl
value in the .yml file is set by default for the US environment. If you are using the EU environment, then you must change this value tohttps://eu.api-sca.checkmarx.net
.Install all required resolution utilities, see Package Managers Support in SCA Resolver.
Installation Notes:
On Ubuntu, run the command as root before running, or if you encounter any startup issues.
apt update apt install ca-certificates libgssapi-krb5-2
On Alpine Linux, run the command as root before running, or if you encounter any startup issues.
apk add libstdc++ apk add glib apk add krb5 pcre apk add bash