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
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Executing the tool and then extracting the BOM from stdout does not work if conan outputs logging information to stdout too. Then the two outputs are mixed and piping stdout to a file does not work.
Personally, I would prefer if there is a parameter to specify an output file for the generated json. Otherwise, the conan output could also be suppressed but this could make debugging harder.
Executing the tool and then extracting the BOM from stdout does not work if conan outputs logging information to stdout too. Then the two outputs are mixed and piping stdout to a file does not work.
I guess this happens because conan is configured with default settings and conan info is used (https://github.com/CycloneDX/cyclonedx-conan/blob/main/src/command.py#L81). If e.g., recipes are missing, conan automatically fetches them and prints messages to stdout.
Personally, I would prefer if there is a parameter to specify an output file for the generated json. Otherwise, the conan output could also be suppressed but this could make debugging harder.