| 7 | const { logger } = CloudGraph |
| 8 | |
| 9 | interface pushDataParams { |
| 10 | service: string |
| 11 | type: scanDataType |
| 12 | result: scanResult |
| 13 | msg?: string |
| 14 | } |
| 15 | |
| 16 | enum statusLevel { |
| 17 | warn = 'warn', |
nothing calls this directly
no outgoing calls
no test coverage detected