Normalized init script path is sent for bot dependency discovery and call graph building.
Disables explicit propagation of the init script argument for dependency discovery.
Using different paths for init script and build.gradle files would create an error on the java call graph builder side if the parent directories differed.
What does this PR do?
Normalized init script path is sent for bot dependency discovery and call graph building. Disables explicit propagation of the
init script
argument for dependency discovery.This pull request was made in tandem with @pwnslinger . See: https://github.com/snyk/snyk-gradle-plugin/pull/170
Where should the reviewer start?
How should this be manually tested?
Any background context you want to provide?
Using different paths for init script and build.gradle files would create an error on the java call graph builder side if the parent directories differed.
What are the relevant tickets?
Screenshots
Additional questions