-
Notifications
You must be signed in to change notification settings - Fork 993
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
Add cycloneDX as a Conan tool and implement subgraph for conanfile #17559
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is definitely better architecture, less risky, more extensible, looking good
subgraph_hook = textwrap.dedent("""\ | ||
import os, json | ||
from conan.tools.files import save | ||
from conan.internal.model.lockfile import Lockfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not document this until we make it public API (no need to change anything here)
Changelog: Feature: Add cycloneDX as a Conan tool and implement subgraph for conanfile
Docs: conan-io/docs#3959
Closes #16173