Skip to main content

CxLink

Notice

This feature is available for all Multi-Tenant users. To make it available on Single-Tenant, please contact your CSM.

CxLink, using Zrok tunneling technology, acts as a proxy to simplify and secure integrations between your protected services (e.g., code repositories, private artifactories, bug tracking systems) and CxOne. With CxLink, you can eliminate the need to manually configure networks or open firewalls.

CxLink supports two tunneling options:

  • http: for code repositories, artifactories, bug tracking systems, or other on-premises services

  • socks5: specifically for DAST scans

Regenerating a Link

Click Regenerate Link to issue a new token and continue use of the same Link alias even if the connection is unexpectedly terminated. The regenerated link replaces the previous one and provides an updated Docker command with a fresh token. To reuse it for other projects, copy and paste it into your Docker console- no manual updates needed.

linkregen.jpg

Example Docker Command: docker run --rm -it checkmarx/link-client:1 --tunnel-name <tunnel_name> --tunnel-server-url <tunnel_url> --link-token <token> --private-url <private_url>