| 203 | )] |
| 204 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 205 | pub struct VulnScanTool { |
| 206 | /// List of hosts to scan for vulnerabilities |
| 207 | hosts: Vec<String>, |
| 208 | } |
| 209 | |
| 210 | impl VulnScanTool { |
| 211 | pub fn call_tool(&self) -> std::process::Command { |
nothing calls this directly
no outgoing calls
no test coverage detected