Test public repositories before use
To test a public Github, BitBucket or GitLab repository, run snyk test
and include the GitHub URL to the repo:
$ snyk test https://github.com/snyk/snyk
The following git URL formats are supported:
git://github.com/user/project.git#commit-ish
https://github.com/user/project#commit-ish
user/project#commit-ish
This also works for Bitbucket and GitLab.
You can also test a public npm package or Github project via the Test page on snyk.io.
See also
Last updated
Was this helpful?