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
It would be beneficial to define snyk-delta arguments when calling the script, instead of having to clone the repo and define the arguments in the script (on line 18).
I have done testing, and adding $args to line 18 and defining --setPassIfNoBaseline true in the command when calling the script (i.e. ./snyk_delta_all_projects.sh --setPassIfNoBaseline=true --severity=high) yields the same result as adding --setPassIfNoBaseline true on line 18 and running ./snyk_delta_all_projects.sh --severity=high
The text was updated successfully, but these errors were encountered:
It would be beneficial to define snyk-delta arguments when calling the script, instead of having to clone the repo and define the arguments in the script (on line 18).
I have done testing, and adding $args to line 18 and defining
--setPassIfNoBaseline true
in the command when calling the script (i.e../snyk_delta_all_projects.sh --setPassIfNoBaseline=true --severity=high
) yields the same result as adding--setPassIfNoBaseline true
on line 18 and running./snyk_delta_all_projects.sh --severity=high
The text was updated successfully, but these errors were encountered: