cyberark / KubiScan

A tool to scan Kubernetes cluster for risky permissions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON output failure

hojatsajadinia opened this issue · comments

Hi
I executed below command to store output in JSON, but KubiScan only stores ] in JSONfile.
$ sudo python3 /usr/bin/KubiScan/KubiScan.py -a -q -j ~/a.json

The out put is:

$ cat ~/a.json
]

Thanks for reporting, we will check it and update accordingly.

Hi @koengu,
A new fix was merged, can you check?
It should work now.