For badging repositiories, we currently support for Node.js, Ruby or Java GitHub repositories.
To show a badge for a given Node.js, Ruby or Java GitHub repository, copy the relevant snippet below and replace “{username}/{repo}” with the GitHub username and repo you want to test
HTML:
<*a href="https://snyk.io/test/github/{username}/{repo}">
Markdown:
[]
(https://snyk.io/test/github/{username}/{repo})
The badge will reflect the vulnerability state of the latest commit on the default branch. To show the vulnerability state of a specific branch, release or tag, simply add its name after the repo name in the URL.
For example, to show a badge for the 4.x branch of the express repo, use the URL https://snyk.io/test/github/expressjs/express/4.x/badge.svg.
More information on how to configure badges can be found in this document