Hello,
I have a meteor application that is build using meteor build
and then the bundle should be deployed . in case i need to run dependency vulnerability check using nsp/snyk. Do I need to run it before building the application ? or running the scan against the bundle will be enough ?
Will it makes any differences if I run the scan against the meteor application before the build and after the build ?
Thanks