-
I have a directory with a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Do you get results for swift if you invoke specifically with |
Beta Was this translation helpful? Give feedback.
-
Actually, the problem appears to be that in recursive mode, Swift dependencies show up as "components" and not "dependencies". This means DepTrack doesn't pick them up when doing a scan. |
Beta Was this translation helpful? Give feedback.
Yup, I do. From a quick review at the code, it seems like cdxgen will return the first project it finds - which is reasonable. So this is more of a feature request: separating "recurse" and "multiProject". I can file a feature request if you agree.