cyberark / KubiScan

A tool to scan Kubernetes cluster for risky permissions
GNU General Public License v3.0
1.31k stars 130 forks source link

JSON output failure #71

Closed hojatsajadinia closed 9 months ago

hojatsajadinia commented 9 months ago

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
]
g3rzi commented 9 months ago

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

g3rzi commented 9 months ago

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