Skip to content

Use SecuCheck in IntelliJ IDEA IDE

Goran Piskachev edited this page Sep 5, 2021 · 1 revision

Use the SecuCheck in IntelliJ IDEA IDE.

Install the MagpieBridgeLSP support plugin in IntelliJ IDEA IDE.

  1. Download the MagpieBridgeLSPSupport-1.1 zip file.
  2. 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...

  1. 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.

Set up the configuration for the SecuCheck

  1. File >> Settings (Ctrl + Alt + S) >> MagpieBridge LSP Configuration as shown in the below image

  1. Provide the Java 1.8 executable location in the "JVM path" text field
  2. 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.

  1. 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.

  2. 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.

Clone this wiki locally