#security #orchestrator #command-line-interface #tool #cli-tool #github #jenkins

app security-orchestrator

A cli tool for cox automotives security orchestrator

4 releases

0.1.3 Apr 3, 2023
0.1.2 Feb 17, 2023
0.1.1 Feb 3, 2023
0.1.0 Jan 20, 2023

#301 in Testing

Download history 55/week @ 2023-12-14 9/week @ 2023-12-21 3/week @ 2023-12-28 22/week @ 2024-01-04 12/week @ 2024-01-11 15/week @ 2024-01-18 3/week @ 2024-01-25 7/week @ 2024-02-01 22/week @ 2024-02-08 103/week @ 2024-02-15 83/week @ 2024-02-22 86/week @ 2024-02-29 105/week @ 2024-03-07 41/week @ 2024-03-14 10/week @ 2024-03-21 19/week @ 2024-03-28

183 downloads per month

MIT license

22KB
568 lines

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

  • Either:
    • Component ID (Preferred Option): --component-id
    • Application Name: --application-name
  • Token: --token
  • Application Code or Artifact: --path
    • Valid Formats:
      • Directory (of source code)
      • Binary
      • Existing .zip

Examples

Single File

image

ZIP

image

Directory

Dependencies

~13–28MB
~431K SLoC