Files
kubescape/core
DRAGON2002 9265a5d6d0 fix: icons formatting (#1343)
Signed-off-by: DRAGON <anantvijay3@gmail.com>
2023-08-16 12:58:55 +03:00
..
2023-08-16 12:58:55 +03:00
2023-01-31 08:06:33 +01:00
2023-08-07 19:11:14 +03:00
2023-08-11 04:31:39 +05:30
2022-03-13 18:59:39 +02:00

Kubescape core package


// initialize kubescape
ks := core.NewKubescape()

// scan cluster
results, err := ks.Scan(&cautils.ScanInfo{})

// convert scan results to json
jsonRes, err := results.ToJson()