Support workspace.members parsing for Cargo.toml analysis #5278
Closed
anfedotoff
started this conversation in
Development
Replies: 1 comment
-
It makes sense. I've created #5283. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi 👋 !
Thanks for such awesome project!
I'll try to add workflow with trivy as vulnerability scanner for our Rust project, but I faced some problems.
Cargo.toml
of our project looks like this:It doesn't have any dependencies in workspace, all dependencies are located in members. It seems to me, that it is possible to parse
members
section and then parse appropriate Cargo.toml configs to extract dependencies.I have already tried, it works for me. I can open PR:).
Target
Filesystem
Scanner
Vulnerability
Beta Was this translation helpful? Give feedback.
All reactions