forked from mirrors/kingfisher
v1.80.0
This commit is contained in:
parent
ec8761c451
commit
2866367c2e
18 changed files with 49 additions and 24 deletions
|
|
@ -102,6 +102,10 @@ pub struct ScanArgs {
|
|||
)]
|
||||
pub validation_retries: u32,
|
||||
|
||||
/// Include full validation response bodies without truncation
|
||||
#[arg(global = true, long, default_value_t = false)]
|
||||
pub full_validation_response: bool,
|
||||
|
||||
/// Map validated cloud credentials to their effective identities; use only when
|
||||
/// authorized for the target account because this triggers additional network
|
||||
/// requests to determine granted access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue