security-orchestrator

Crates.iosecurity-orchestrator
lib.rssecurity-orchestrator
version0.1.3
sourcesrc
created_at2023-01-20 18:56:43.442563
updated_at2023-04-03 19:24:48.159258
descriptionA cli tool for cox automotives security orchestrator.
homepage
repository
max_upload_size
id763639
size75,565
Alexander Montgomery (firefox7025)

documentation

README

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

Commit count: 0

cargo fmt