You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.