-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat: SBOM from conda-lock.yml
file
#594
Comments
conda-lock.yml
file
💭 Parsing a lockfile is always a tricky situation, since the proprietary lockfile data format is owned by third party. Why not bring the wish/need/topic for CycloneDX SBOM to the @conda team themselves, so they could implement it as a CLI tool feature and maintain it as needed. If the @conda people don't see a need for this topic or don't want to provide the feature themselves (because it is already a paid business case) This being said, @tboutelier, please keep us updated if you get in contact with @conda PS: the CycloneDX community is proud of their own solutions and implementations to get ecosystems enabled to do proper supply chain assessment, and we will continue doing so. We also love to see ecosystems adopting the topic. 🚀 |
This is a good idea, I'm going to do that. I think it will need a little bit more than one request to make them move, but at least it is a start! Any suggestion on how i should formulate this demand? |
I believe this can be added as s plugin for conda. But in my view it should not be part of the conda itself. Please see https://docs.conda.io/projects/conda/en/latest/dev-guide/plugins/index.html |
@tboutelier, I have been addressing the same need by using |
FYI: conda support will be dropped. see #622 |
This feature will be part of the next/upcoming major release.
|
Everything is in the title!
I am using conda-lock to build my python application. Right now, I can launch cyclone on the environment created thanks to the conda-lock file. But it would be nice to be able to make it directly from the conda-lock file.
Any chance this feature will come one day?
Best
The text was updated successfully, but these errors were encountered: