Clean Access audit and test resources

This commit is contained in:
2026-07-21 03:16:32 +02:00
parent 01d082e552
commit e91935c03a
4 changed files with 6 additions and 4 deletions

View File

@@ -714,7 +714,7 @@ class ConfigurationSafetyFieldItem(BaseModel):
storage: str
ui_managed: bool
risk: Literal["low", "medium", "high", "destructive"]
secret_handling: Literal["none", "reference_only", "env_only"] = "none"
secret_handling: Literal["none", "reference_only", "env_only"] = "none" # noqa: S105 - policy vocabulary.
required_scopes: list[str] = Field(default_factory=list)
dry_run_required: bool = False
validation_required: bool = True