Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Current »

When uploading a project for scanning, if the zip file is larger than 200 MB, you will not be able to upload it. To create a smaller zip file of only files with specified extensions, you can use Checkmarx's CxZip utility.

To create a smaller file for upload:

Download and install the relevant 7-Zip application from 7-Zip

Download and extract the zipped CxZip.exe. from Checkmarx Utilities.

Edit the extracted CxExt.txt file to specifiy extensions.

Limitation: The zip library is limited to 65534 entries (files) per zip archive.

Run the following command:

CxZip.exe <FolderToZip> <ZipFileToCreate.zip>

where <FolderToZip> is the source code folder, and <ZipFileToCreate.zip> is the path to the output zip file to be created. 

For example:

CxZip.exe c:\Projects\TestProject c:\Projects\TestProject.zip


  • No labels