MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / pushDataParams

Interface pushDataParams

src/reports/scan-report.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const { logger } = CloudGraph
8
9interface pushDataParams {
10 service: string
11 type: scanDataType
12 result: scanResult
13 msg?: string
14}
15
16enum statusLevel {
17 warn = 'warn',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected