You can specify a particular manifest file to run a snyk test
by using the following command:
snyk test --file=path/to/manifestfile
For example, if you have a package.json
file as your manifest file you can specify it by using the command:
snyk test --file=path/to/package.json