Skip to main content
CybeDefend’s CLI offers support for a wide range of Linux distributions. Install the CLI, provide your API key, and scan code right from your terminal or Docker-based environments.

Requirements


Installation Steps

  1. Download the Binary
    From Releases, pick cybedefend-linux-amd64 (64-bit) or cybedefend-linux-386 (32-bit).
  2. Make Executable
  3. Move to PATH
  4. Test
If you’re running Alpine or a musl-based distro, ensure compatibility or build from source using go build.

Scanning Your Project

  1. Authenticate (one-time setup)
  2. In Terminal
  3. Check Results

If you run scans inside Docker, mount your source directory as a volume and pass your PAT via the CYBEDEFEND_PAT environment variable.

This process easily integrates into Jenkins, GitLab CI, or GitHub Actions running on Linux hosts.