1 | ![Snyk logo](https://snyk.io/style/asset/logo/snyk-print.svg)
|
2 |
|
3 | ---
|
4 |
|
5 | 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.
|
6 |
|
7 | | :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. |
|
8 | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
9 |
|
10 | ## Snyk sbt CLI Plugin
|
11 |
|
12 | This plugin provides dependency metadata for **sbt** projects that use `sbt` and have a `build.sbt` file.
|
13 |
|
14 | # Support
|
15 |
|
16 | ❓ No issues expected but tests not updated yet to verify
|
17 |
|
18 | 🚫 Not supported yet
|
19 |
|
20 | ✅ Supported and verified with tests
|
21 |
|
22 | ## Supported OS
|
23 |
|
24 | | OS | Node 12 | Node 14 | Node 16 |
|
25 | | ------- | ------- | ------- | ------- |
|
26 | | Windows | ✅ | ✅ | ✅ |
|
27 | | Linux | ✅ | ✅ | ✅ |
|
28 | | OSX | ✅ | ✅ | ✅ |
|
29 |
|
30 | ## Supported Java & sbt versions
|
31 |
|
32 | ### **PLEASE NOTE**:
|
33 |
|
34 | To use the Snyk CLI with versions of **sbt** 1.2 and older, you will also need to have installed either the
|
35 | [sbt-dependency-graph plugin](https://support.snyk.io/hc/en-us/articles/360004167317),
|
36 | or [coursier](https://support.snyk.io/hc/en-us/articles/360004167317).
|
37 |
|
38 | The below table illustrates all supported **sbt** versions.
|
39 |
|
40 | | 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\* |
|
41 | | ---- | ------------------------ | ---------------- | ------------------ | ----- | ----- | ----- | ----- | ----- | ----- |
|
42 | | 8 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
43 | | 11 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
44 | | 12 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
45 | | 13 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
46 | | 14 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
47 | | 15 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|