| 178 | )] |
| 179 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 180 | pub struct SecretsScanTool { |
| 181 | /// List of hosts to scan for secrets |
| 182 | hosts: Vec<String>, |
| 183 | } |
| 184 | |
| 185 | impl SecretsScanTool { |
| 186 | pub fn call_tool(&self) -> std::process::Command { |
nothing calls this directly
no outgoing calls
no test coverage detected