Checkmarx SCA Resolver Download and Installation
Caution
Versions of SCA Resolver prior to 2.5.15 are no longer supported. Older versions will no longer be able to run Container scans. Download links for newer versions are available here.
We recommend always keeping up to date with the latest version of SCA Resolver, in order to benefit from the latest features as well as ongoing performance improvements and bug fixes.
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.11.6.
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
,AuthenticationServerUrl
andScaAppUrl
in the .yml file are set by default for the US environment. If you are using the EU environment, then you must change these to the appropriate values for the EU as specified here.Install all required resolution utilities, see Installing Supported Package Managers for 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