Running Snyk from their web page against a Github repo, finds 7 High Severity issues in the pom.xml file.
I've configured Jenkins to run against the same project with the Snyk plug-in, but just get:
Snyk installation is UP-TO-DATE Testing for known issues...
/var/lib/jenkins/tools/io.snyk.jenkins.tools.SnykInstallation/synk-tool/snyk-linux test --json --severity-threshold=low Result: 0 known issues | No known vulnerabilities Remember project for continuous monitoring... /var/lib/jenkins/tools/io.snyk.jenkins.tools.SnykInstallation/synk-tool/snyk-linux monitor --json --severity-threshold=low Archiving artifacts Build step 'Invoke Snyk Security task' changed build result to SUCCESS
The Synk plug-in uses the token from the snyk.io page and is configured in Jenkins with all default values.