[BUG] container-less kantra: --json-output flag doesn't work #394
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
v0.6.0-beta.1
Priority
Major
Current Behavior
I am attempting to use the --json-output option. I see this below, error when I run the bulk option on the second input.
Error:
ERRO[0376] failed to marshal dependencies file to json error="json: unsupported type: map[interface {}]interface {}"
ERRO[0376] failed to create json output file error="json: unsupported type: map[interface {}]interface {}"
Error: json: unsupported type: map[interface {}]interface {}
.\windows-kantra.exe analyze --input C:\example-applications\daytrader\ --output .\report-json-output --target cloud-readiness --json-output
Expected Behavior
The analysis completes successfully, generating analysis and output files in JSON format.
How Reproducible
Always (Default)
Steps To Reproduce
Environment
- OS: windows and linux
Anything else?
No response
The text was updated successfully, but these errors were encountered: