Skip to main content
In short: CybeDefend does not keep your code after the scanning process is complete. We use a container-based workflow for running security checks (SAST, secrets detection, etc.), and once the analysis finishes, all code and containers are securely wiped.

Temporary Container Approach

When you connect your repository to CybeDefend, we create a fresh container to clone and analyze your code. This container is isolated and used only for your specific scan. Once the scan is done:
  • The container is terminated.
  • Any temporary copies of your code are destroyed immediately.

The Process at a Glance

CybeDefend securely clones your repository into an isolated container, performs a vulnerability analysis, extracts only security findings, and completely wipes the container and code once the scan is complete.
Secure Container Scanning
I