You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-22Lines changed: 23 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,15 @@
1
-
---
2
-
description: Use this documentation to get started with the Eclipse plugin.
3
-
---
4
-
5
1
# Eclipse plugin
6
2
7
-
Snyk offers IDE integrations that allow you to use the functionality of Snyk in your Integrated Development Environment. This page describes the Snyk Eclipse plugin. For information about all of the IDE plugins and their use, see [Snyk for IDEs](https://docs.snyk.io/ide-tools) in the docs.
8
-
9
-
The Snyk Eclipse plugin provides analysis of your code, containers, and Infrastructure as Code configurations.
10
-
11
-
Snyk scans for vulnerabilities, open source license issues, code quality, and infrastructure misconfigurations and returns results with security issues categorized by issue type and severity.
12
-
13
-
For open source, you receive automated, algorithm-based fix suggestions for both direct and transitive dependencies. This single plugin provides a Java vulnerability scanner or an open-source security scanner.
3
+
The Snyk Eclipse plugin provides analysis of your code, containers, and infrastructure as code configurations.
14
4
15
5
Snyk scans for the following types of issues:
16
6
17
7
*[**Open Source Security**](https://snyk.io/product/open-source-security-management/) - security vulnerabilities and license issues in both the direct and in-direct (transitive) open-source dependencies pulled into the Snyk Project. See also the [`Open Source docs`](https://docs.snyk.io/products/snyk-open-source).
18
8
*[**Code Security**](https://snyk.io/product/snyk-code/) and [**Code Quality**](https://snyk.io/product/snyk-code/) - security vulnerabilities and quality issues in your code. See also the [Snyk Code docs](https://docs.snyk.io/products/snyk-code).
19
9
*[**Infrastructure as Code (IaC) Security**](https://snyk.io/product/infrastructure-as-code-security/) - configuration issues in your IaC templates: Terraform, Kubernetes, CloudFormation, and Azure Resource Manager. See also the [Snyk Infrastructure as Code docs](https://docs.snyk.io/products/snyk-infrastructure-as-code).
20
10
11
+
The Eclipse plugin provides automated, algorithm-based fix suggestions for both direct and transitive dependencies. This single plugin provides a Java vulnerability scanner and an open-source security scanner.
12
+
21
13
After you have installed and configured the Eclipse plugin, every time you run it, open a file, or autosave, Snyk scans the manifest files, proprietary code, and configuration files in your project. Snyk delivers actionable vulnerability, license, code quality, or misconfiguration issue details and displays the results natively within the Eclipse UI.
22
14
23
15
This page explains supported environments, support, and giving feedback and provides installation instructions. **After you complete the steps on this page**, you will continue by following the instructions in the other Eclipse plugins docs:
@@ -35,15 +27,15 @@ This page explains supported environments, support, and giving feedback and prov
* Preview update site (CI/CD, on commit): [https://storage.googleapis.com/snyk-eclipse-plugin-test/preview/repository/](https://storage.googleapis.com/snyk-eclipse-plugin-test/preview/repository/)
39
-
* Update site (weekly): [https://storage.googleapis.com/snyk-eclipse-plugin/weekly/repository/](https://storage.googleapis.com/snyk-eclipse-plugin/weekly/repository/)
30
+
* Preview update site (CI/CD, on commit): [https://storage.googleapis.com/snyk-eclipse-plugin-test/preview-2.1/repository/](https://storage.googleapis.com/snyk-eclipse-plugin-test/preview-2.1/repository/)
31
+
* Update site (weekly): [https://storage.googleapis.com/snyk-eclipse-plugin/weekly-2.1/repository/](https://storage.googleapis.com/snyk-eclipse-plugin-test/weekly-2.1/repository/)
If you want to verify the correct provenance of your download, please verify the signing details from the Eclipse dialog with this data.
36
+
If you want to verify the correct provenance of your download, verify the signing details from the Eclipse dialog with this data.
45
37
46
-
<imgsrc="https://github.com/snyk/user-docs/raw/HEAD/docs/.gitbook/assets/image (58).png"alt="The signing key details to verify the integrity and origin of the download plugin" />
38
+
<figure><imgsrc="https://github.com/snyk/user-docs/raw/HEAD/docs/.gitbook/assets/image (134) (2) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (2) (2).png"alt="The signing key details to verify the integrity and origin of the download plugin"><figcaption><p>The signing key details to verify the integrity and origin of the download plugin</p></figcaption></figure>
47
39
48
40
The plugin runs on
49
41
@@ -53,6 +45,9 @@ The plugin runs on
53
45
54
46
## Supported Eclipse Versions
55
47
48
+
* 2023-03
49
+
* 2022-12
50
+
* 2022-09
56
51
* 2022-06
57
52
* 2022-03
58
53
* 2021-12
@@ -66,29 +61,35 @@ The plugin runs on
66
61
* For Snyk Code, the Eclipse plugin supports all the [languages and frameworks supported by Snyk Code](https://docs.snyk.io/products/snyk-code/snyk-code-language-and-framework-support#language-support-with-snyk-code-ai-engine).
67
62
* For Snyk IaC, the Eclipse plugin supports the following IaC templates: Terraform, Kubernetes, CloudFormation, and Azure Resource Manager.
68
63
64
+
## Supported operating systems and architecture
65
+
66
+
You can use the Eclipse plugin in the following environments:
67
+
68
+
* Linux: AMD64 and ARM64
69
+
* Windows: 386 and AMD64
70
+
* MacOS: AMD64 and ARM64
71
+
69
72
## How to install the Snyk Eclipse plugin
70
73
71
74
Navigate to the Marketplace from your running Eclipse instance. Search for Snyk and click **Install**.
72
75
73
-
<imgsrc="https://github.com/snyk/user-docs/raw/HEAD/docs/.gitbook/assets/Screenshot 2022-05-17 at 16.29.29.png"alt="Eclipse Marketplace search showing Snyk plugin and Install button" />
74
-
75
-
When prompted accept the license agreement add the **Snyk Security** certificate to complete the installation (this happens only once).
76
+
<figure><imgsrc="https://github.com/snyk/user-docs/raw/HEAD/docs/.gitbook/assets/Screenshot 2022-05-17 at 16.29.29.png"alt="Eclipse Marketplace search showing Snyk plugin and Install button"><figcaption><p>Eclipse Marketplace search showing Snyk plugin and Install button</p></figcaption></figure>
0 commit comments