Skip to content

Checkmarx configuration

Florykian Karen edited this page Aug 1, 2019 · 3 revisions

Contact your administrator for getting Checkmarx access.

Reapsaw creates new project with “Default” preset if no existing

How to create new project

Before running the container we recommend to create new project and specify preset in Checkmarx.

  1. Create new project and click next: cx1

  2. In "Location" select "Source Control": GIT https://github.com/OWASP/NodeGoat: cx2

  3. Click finish cx2

  4. Verify that project created: cx3

Details can be found in Checkmarx documentation by the links:

Reapsaw parameters:

     CX_URL      # Checkmarx (e.g. https://checkmarx.com)
     CX_USER     # username
     CX_PASSWORD # password
     CX_PROJECT  # project name

[Optional parameters]:

Use next parameter to remove from scan unused folders or files.

     cx_files    # Coma separated list, e.g. cx_files="txt,png,xls"
     cx_path     # Coma separated list  e.g. cx_path="docs/,tests/,some/other/code"