This commit is contained in:
Mick Grove 2026-02-09 12:11:35 -08:00
commit 2866367c2e
18 changed files with 49 additions and 24 deletions

View file

@ -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