What is the functionality you want to propose?
Gradle dependency analysis should include plugins (and their transitive deps) and other build-time dependencies.
What is the use-case for your enhancement?
Both checking for CVEs and reading sources.
Alternatives you have considered
N/A
Additional context
This can be done super easily by also adding buildscript.configurations here. I don't know if you handle build time dependencies differently in the reports, but IMO it would be a good idea. You might want to make them use buildscript:<name> scope names or similar too.
What is the functionality you want to propose?
Gradle dependency analysis should include plugins (and their transitive deps) and other build-time dependencies.
What is the use-case for your enhancement?
Both checking for CVEs and reading sources.
Alternatives you have considered
N/A
Additional context
This can be done super easily by also adding
buildscript.configurationshere. I don't know if you handle build time dependencies differently in the reports, but IMO it would be a good idea. You might want to make them usebuildscript:<name>scope names or similar too.