Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
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:

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


...