To have better control over your tests, you can pass the severity-threshold flag to the snyk test command with one of the supported options (low|medium|high). With this flag, only vulnerabilities of provided level or higher will be reported.
$ snyk test --severity-threshold=medium
Note
Setting severity threshold to Low currently has the same effect as running without specifying the threshold at all: alll vulnerabilities are reported.
See also