-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
analyzer failing to unmarshal config object #342
Comments
This is expected. Analyzer only consumes official releases of the collector. You should use version 0.4.0 of the collector (there is a tag for that) |
I ran again with v0.4.0 of the collector, and both v0.2.1 and main of the analyzer. Similar problem different messages:
Attaching the new config_object (collected by v0.4.0). |
@olasaadi99 , can you please take a look? Are we missing an |
This seems related to another type that is now collected and has a field of type interface, thus requiring us to add in the collector yet another wrapper type (see from the error: There is also an open an issue to fix/improve the unmarshaling approach (relevant issue: np-guard/cloud-resource-collector#175), so that we don't have to keep facing broken unmarshal functionality due to new collected objects with fields of type interface. |
The issue was fixed in the collector, waiting for new collector version to be released. (added specific |
The attached config object was created using the latest version of the collector (built from the main branch), invoked like this:
I ran the latest version of the analyzer (built from main branch) on an anonymized version of the result
config_object.json
The text was updated successfully, but these errors were encountered: