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.
cybedefend-linux-amd64
(64-bit) or cybedefend-linux-386
(32-bit).If you’re running Alpine or a musl-based distro, ensure compatibility or build from source using go build.
Integration with Docker
If you run scans inside Docker, mount your source directory as a volume and run cybedefend
commands with the —api-key as an environment variable.
This process easily integrates into Jenkins, GitLab CI, or GitHub Actions running on Linux hosts.
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.
cybedefend-linux-amd64
(64-bit) or cybedefend-linux-386
(32-bit).If you’re running Alpine or a musl-based distro, ensure compatibility or build from source using go build.
Integration with Docker
If you run scans inside Docker, mount your source directory as a volume and run cybedefend
commands with the —api-key as an environment variable.
This process easily integrates into Jenkins, GitLab CI, or GitHub Actions running on Linux hosts.