You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen this issue when a Browser Extension has quotation marks in the details field, Parallels Desktop includes at least one such extension in the app bundle. This results in the output being non-conforming json and the prettifier can't parse it.
In v2.3.0 the -pretty flag is failing with the following error when doing a CLI scan:
{"ERROR" : "failed to covert output to JSON"}
Running the scan without -pretty and trying to convert the results to JSON afterwards with 'jq' also fails,
Confirmed across various Macs running macOS 11.4 and 11.15.1.
The text was updated successfully, but these errors were encountered: