Sign inSign up

checkmarx/link-client

By checkmarx

Updated 22 days ago

Image
0

50K+

checkmarx/link-client repository overview

link-client is a Zrok client image for customers with on-premises services - such as code repositories, artifactories, or bug tracking systems - to establish a secure tunnel connection to CxOne.

CxLink supports two tunneling options:

  • http: for code repositories, artifactories, bug tracking systems, or other on-premises services.
  • socks5: specifically for DAST scans.

How to use this image

Link reference for how to setup and run this image

Example using command-line options:
docker run --pull=always --rm -it checkmarx/link-client:2 --tunnel-name <tunnel-name> --tunnel-server-url <server-url> --link-token <token> --private-url <private-url>
Example using environment variables:

Step 1: Create a link-client.env file on your device using these values:

TUNNEL_NAME=<tunnel-name>
TUNNEL_SERVER_URL=<server-url>
LINK_TOKEN=<token>
PRIVATE_URL=<private-url>

Step 2: Copy and paste this command to run it in your console

docker run --pull=always --env-file link-client.env --rm -it checkmarx/link-client:2

📄 License

This project is licensed under the Apache License 2.0

It includes and redistributes components from the zrok project, which is also licensed under the Apache License 2.0.

We acknowledge and retain all original copyright notices from the zrok project.

Tag summary

Content type

Image

Digest

sha256:bab07d1ae

Size

129.4 MB

Last updated

22 days ago

docker pull checkmarx/link-client:2