in this example the out.json contains the csv data
Hostname,Path,Entry,Product,Version,CVE,Status,Fixed,Detected at,Error
DESKTOP-45E6E0Q,"c:\test\jasper-spring.jar","BOOT-INF/lib/log4j-core-2.15.0.jar","Log4j 2","2.15.0","CVE-2021-45046","VULNERABLE","","2021-12-20 17:11:44"
if i understand it correctly i can control with the parameter --report-path where the json is stored
Example: log4j2-scan.exe --report-json --report-path out.json c:\
in this example the out.json contains the csv data Hostname,Path,Entry,Product,Version,CVE,Status,Fixed,Detected at,Error DESKTOP-45E6E0Q,"c:\test\jasper-spring.jar","BOOT-INF/lib/log4j-core-2.15.0.jar","Log4j 2","2.15.0","CVE-2021-45046","VULNERABLE","","2021-12-20 17:11:44"