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 has been archived by the owner on Oct 2, 2023. It is now read-only.
Not really familiar yet with the outcome but the following code in command seems bogus, name & version of the bom dictionary is updated while iterating on dependencies:
for node in ...:
...
bom['metadata']['component']['name'] = os.path.basename(os.path.dirname(node.path))
bom['metadata']['component']['bom-ref'] = bom['metadata']['component']['name'] + '@' + bom['metadata']['component']['version']
It would be really helpful to add even the most simple test with expected output for at least 1 dummy conan package with 2 dependencies.
My 2 cts
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not really familiar yet with the outcome but the following code in command seems bogus, name & version of the bom dictionary is updated while iterating on dependencies:
It would be really helpful to add even the most simple test with expected output for at least 1 dummy conan package with 2 dependencies.
My 2 cts
The text was updated successfully, but these errors were encountered: