Skip to content

CodeThreat CLI v1.12.2

Choose a tag to compare

@github-actions github-actions released this 03 Oct 09:03

CodeThreat CLI v1.12.2

πŸš€ Features

  • Multi-platform security scanning (SAST, SCA, Secrets, IaC)
  • CI/CD integration support for all major platforms
  • AI-powered false positive elimination
  • Multiple output formats (SARIF, JSON, JUnit, CSV, XML)

πŸ“¦ Installation

NPM Package (Recommended):

npm install -g @codethreat/appsec-cli@v1.12.2

Binary Downloads:

  • Linux amd64: codethreat-linux-amd64
  • Linux arm64: codethreat-linux-arm64
  • macOS Intel: codethreat-darwin-amd64
  • macOS Apple Silicon: codethreat-darwin-arm64
  • Windows: codethreat-windows-amd64.exe

πŸ”§ Usage

# Authentication
codethreat auth login --api-key <your-key>

# Repository import
codethreat repo import https://github.com/user/repo.git

# Security scan
codethreat scan run <repo-id> --types sast,sca,secrets --wait

🏒 CI/CD Integration

Compatible with all major CI/CD platforms including GitHub Actions, Azure DevOps, Jenkins, GitLab CI/CD, and more.

For more information, visit docs.codethreat.com