| 286 | |
| 287 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 288 | pub struct FullScanOptions { |
| 289 | /// Number of concurrent workers |
| 290 | workers: Option<u32>, |
| 291 | /// Discord webhook for notifications |
| 292 | discord_webhook: Option<String>, |
| 293 | } |
| 294 | |
| 295 | impl FullScanTool { |
| 296 | pub fn call_tool(&self) -> std::process::Command { |
nothing calls this directly
no outgoing calls
no test coverage detected