-
Notifications
You must be signed in to change notification settings - Fork 7
Use SecuCheck in IntelliJ IDEA IDE
- Download the MagpieBridgeLSPSupport-1.1 zip file.
- Install the downloaded plugin (zip file) in IntelliJ as shown below and in the image.
File >> Settings (Ctrl + Alt + S) >> Plugins >> Click on Settings Icon >> Install Plugin from Disk...
- A new window pops up where you can select the file. Here, please select the MagpieBridgeLSPSupport-1.1 zip file that you downloaded in step 2 and click OK. Once installation is completed, restart the IntelliJ IDEA IDE.
- File >> Settings (Ctrl + Alt + S) >> MagpieBridge LSP Configuration as shown in the below image
- Provide the Java 1.8 executable location in the "JVM path" text field
- In the "Jar file path" text-field: provide the full path of the {secucheck-magpie with dependencies jar path}
Use the "secucheck-magpie" jar from the release or use the locally built secucheck-magpie jar with dependency jar, please provide that absolute jar path in the "Jar file path" text-field. Note: If you are using the manually built secucheck jar file, then it is very important that we should provide the path of a jar-with-dependencies jar file.
-
And finally, click on "OK". Later, SecuCheck-Magpie will open the configuration page for each opened project. To know how to use the Configuration page click here.
-
After you run the analysis, and once the analysis is completed, the result will be available in the "Auto-build" tab as shown in the below image.