forked from mirrors/kingfisher
added more access-maps
This commit is contained in:
parent
f38df8a953
commit
05002fe4d6
8 changed files with 299 additions and 42 deletions
|
|
@ -5,7 +5,7 @@ use clap::{Args, ValueEnum};
|
|||
/// Inspect a cloud credential and derive the effective identity and blast radius.
|
||||
#[derive(Args, Debug)]
|
||||
pub struct AccessMapArgs {
|
||||
/// Cloud provider: aws | gcp | azure | github | gitlab | slack | postgres | mongodb | huggingface | gitea | bitbucket | buildkite | harness | openai | anthropic | salesforce
|
||||
/// Cloud provider: aws | gcp | azure | github | gitlab | slack | postgres | mongodb | huggingface | gitea | bitbucket | buildkite | harness | openai | anthropic | salesforce | weightsandbiases
|
||||
#[clap(value_parser, value_name = "PROVIDER")]
|
||||
pub provider: AccessMapProvider,
|
||||
|
||||
|
|
@ -59,4 +59,7 @@ pub enum AccessMapProvider {
|
|||
Anthropic,
|
||||
/// Salesforce
|
||||
Salesforce,
|
||||
/// Weights & Biases
|
||||
#[clap(alias = "wandb")]
|
||||
Weightsandbiases,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue