Crates.io | security-orchestrator |
lib.rs | security-orchestrator |
version | 0.1.6 |
source | src |
created_at | 2023-01-20 18:56:43.442563 |
updated_at | 2024-11-06 19:22:17.723865 |
description | A cli tool for cox automotives security orchestrator. |
homepage | |
repository | |
max_upload_size | |
id | 763639 |
size | 133,558 |
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.
cargo install security-orchestrator
security-orchestrator --application-name --component-id CI123121 --github-token github_token_example --directory 'file or folder path'
--component-id
--application-name
--github-token
--directory
--polling
: If you pass --polling true
the CLI will wait for results from the scans to come back. You can always cancel the polling with CTRL + C
.--scan-id
: After you submit a scan the Security Orchestrator will give you back a Scan ID. Pass this Scan ID like so --scan-id {scan-id}
to get the results of your scan. If you pass this parameter this will be the only thing the CLI tool looks at. You must remove it if you want to submit a scan.