DeploymentAnalyzer is an analyzer that checks for misconfigured Deployments
| 27 | |
| 28 | // DeploymentAnalyzer is an analyzer that checks for misconfigured Deployments |
| 29 | type DeploymentAnalyzer struct { |
| 30 | } |
| 31 | |
| 32 | // Analyze scans all namespaces for Deployments with misconfigurations |
| 33 | func (d DeploymentAnalyzer) Analyze(a Analyzer) ([]Result, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected