snyk-sbt-plugin
Version:
Snyk CLI SBT plugin
48 lines (31 loc) • 2.68 kB
Markdown

Snyk helps you find, fix and monitor for known vulnerabilities in your dependencies, both on an ad hoc basis and as part of your CI (Build) system.
| :information_source: This repository is only a plugin to be used with the Snyk CLI tool. To use this plugin to test and fix vulnerabilities in your project, install the Snyk CLI tool first. Head over to [snyk.io](https://github.com/snyk/snyk) to get started. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
## Snyk sbt CLI Plugin
This plugin provides dependency metadata for **sbt** projects that use `sbt` and have a `build.sbt` file.
# Support
❓ No issues expected but tests not updated yet to verify
🚫 Not supported yet
✅ Supported and verified with tests
## Supported OS
| OS | Node 12 | Node 14 | Node 16 |
| ------- | ------- | ------- | ------- |
| Windows | ✅ | ✅ | ✅ |
| Linux | ✅ | ✅ | ✅ |
| OSX | ✅ | ✅ | ✅ |
## Supported Java & sbt versions
### **PLEASE NOTE**:
To use the Snyk CLI with versions of **sbt** 1.2 and older, you will also need to have installed either the
[sbt-dependency-graph plugin](https://support.snyk.io/hc/en-us/articles/360004167317),
or [coursier](https://support.snyk.io/hc/en-us/articles/360004167317).
The below table illustrates all supported **sbt** versions.
| Java | sbt 0.13.\*<br> + plugin | 1.0\*<br>+plugin | 1.1\* <br>+ plugin | 1.2\* | 1.3\* | 1.4\* | 1.5\* | 1.6\* | 1.7\* |
| ---- | ------------------------ | ---------------- | ------------------ | ----- | ----- | ----- | ----- | ----- | ----- |
| 8 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 11 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 12 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 13 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 14 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 15 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |