We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
snyk monitor
1 parent 5f1d7be commit b7946ccCopy full SHA for b7946cc
.evergreen/functions.yml
@@ -917,8 +917,10 @@ functions:
917
918
echo
919
920
- # Fails if the report failed and is not a patch, including release branches:
921
if [[ "$EVERGREEN_IS_PATCH" != "true" ]]; then
+ # Run `snyk monitor` to keep `main` tracked
922
+ npx snyk monitor --org=dcd6db53-1532-4e65-beca-55db83f2cd52 --file=package-lock.json
923
+ # Fails if the report failed and is not a patch, including release branches:
924
exit $return_code
925
fi
926
0 commit comments