when using .snyk.d/prep.sh for node/python/ruby/dotnet, run_snyk is executed so that any custom commands are done before the rest of the script is executed.
Actual behaviour
when using .snyk.d/prep.sh for node, run_snyk is not executed. In the the language entrypoints, the custom script will run but run_snyk is also still called.
Expected behaviour
when using
.snyk.d/prep.sh
for node/python/ruby/dotnet,run_snyk
is executed so that any custom commands are done before the rest of the script is executed.Actual behaviour
when using
.snyk.d/prep.sh
for node,run_snyk
is not executed. In the the language entrypoints, the custom script will run butrun_snyk
is also still called.