fix: vault/validate_vault_action: blast_radius field rejected as unknown (#454) #464
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ validate_vault_action() {
|
|||
local unknown_fields
|
||||
unknown_fields=$(echo "$toml_content" | grep -E '^[a-zA-Z_][a-zA-Z0-9_]*\s*=' | sed -E 's/^([a-zA-Z_][a-zA-Z0-9_]*)\s*=.*/\1/' | sort -u | while read -r field; do
|
||||
case "$field" in
|
||||
id|formula|context|secrets|model|tools|timeout_minutes|dispatch_mode) ;;
|
||||
id|formula|context|secrets|model|tools|timeout_minutes|dispatch_mode|blast_radius) ;;
|
||||
*) echo "$field" ;;
|
||||
esac
|
||||
done)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue