Replies: 3 comments 6 replies
-
We can't distinguish when just creating a single bom for the entire repo :( Don't know, if that's feasible for you, we enabled to split repos in multiple boms/dtrack-projects using We're using this for mono-repos. Happy to hear your thoughts, @emil-wire |
Beta Was this translation helpful? Give feedback.
-
Yeah, that's what I arrived at and what I was afraid of tbh. The number of repositories we have is quite high (almost 600...) and the almost no configuration part of technolinator was very charming 🤣 |
Beta Was this translation helpful? Give feedback.
-
@emil-wire, Technolinator 1.51 supports cdxgens Default setting can be set via env: and be overwritten per repo: analysis:
# include only 'required' scoped dependencies to created BOM
requiredScopeOnly: false
# create sbom with evidence (slows down the process)
evidence: false please give it a try, indeed not sure if dtrack already does anything with evidence. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, it's me again :)
In dependency track, how do you do package attribution? Like, how do you find out, where package A was defined specifically? Example repo structure:
service1/
-Dockerfile
-requirements.txt
service2/
-Dockerfile
-requirements.txt <- package A defined here
...
Since cdxgen dumps all packages together, how do you figure out where the dependency came from?
Beta Was this translation helpful? Give feedback.
All reactions