Local Code Scanning
Linux Setup for Local Code Scanning
Install the CybeDefend CLI on various Linux distributions for local or CI-based security scans.
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
- Linux (32-bit or 64-bit).
- API Key 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
- In Terminal
- Check Results
This process easily integrates into Jenkins, GitLab CI, or GitHub Actions running on Linux hosts.