6 releases
new 0.1.5 | Oct 1, 2024 |
---|---|
0.1.4 | Oct 1, 2024 |
0.1.3 | Apr 3, 2023 |
0.1.2 | Feb 17, 2023 |
0.1.0 | Jan 20, 2023 |
#121 in Compression
566 downloads per month
39KB
966 lines
Security Orchestrator CLI
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.
Quick Start Guide
- Install Rust.
- To install execute the following command:
cargo install security-orchestrator
- 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'
Inputs
- Either:
- Component ID (Preferred Option):
--component-id
- Application Name:
--application-name
- Component ID (Preferred Option):
- Token:
--token
- Application Code or Artifact:
--path
- Valid Formats:
- Directory (of source code)
- Binary
- Existing .zip
- Valid Formats:
Examples
Single File
ZIP
Directory
Dependencies
~24–37MB
~593K SLoC