This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Support for DVC import dependencies #3662
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and will be auto-closed.
I'd like to be able to generate SBOM for local projects which have data dependencies managed via DVC. DVC is a popular project in the machine learning (ML) community which, among other things, manages data via Git (similar to Git LFS) and supports importing data from other Git repos (similar to Git submodules) in which case a
.dvc
file with a dependency entry is created. The main use case for data imports is the decoupling of data (typically ML datasets for training and testing) and ML projects (ML algorithms trained and tested on datasets) by managing data in data registries and importing them in ML projects. The data in these data registries should have a license under whose terms it may be used and, thus, it would be beneficial to include this information in the SBOM.Would you be open to receiving a contribution to Trivy (and the
go-dep-parser
library) that adds support for.dvc
files with dependency entries?The text was updated successfully, but these errors were encountered: