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.Documentation Index
Fetch the complete documentation index at: https://docs.cybedefend.com/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Linux (32-bit or 64-bit).
- Personal Access Token (PAT) from your CybeDefend account.
- Basic terminal knowledge.
Installation Steps
- Download the Binary
From Releases, pickcybedefend-linux-amd64(64-bit) orcybedefend-linux-386(32-bit). - Make Executable
- Move to PATH
- Test
If you’re running Alpine or a musl-based distro, ensure compatibility or build from source using go build.
Scanning Your Project
- Authenticate (one-time setup)
- In Terminal
- Check Results
Integration with Docker
Integration with Docker
If you run scans inside Docker, mount your source directory as a volume and pass your PAT via the CYBEDEFEND_PAT environment variable.