Security Orchestrator CLI

image

The Product Security Engineering Team's Security Orchestrator also offers a Command Line Interface option for instances where teams have not yet adopted Github Actions, are not using Jenkins, or want to test out the functionality locally. The CLI tool can be installed via Rust or Pip Install.

Quick Start Guide

  1. Install Rust.
  2. To install execute the following command: cargo install security-orchestrator
  3. Once the Security Orchestrator has been installed, execute the following command to submit code for scans: security-orchestrator --application-name --component-id CI123121 --github-token github_token_example --directory 'file or folder path'

image

Inputs

Examples

Single File

image

ZIP

image

Directory