Skip to content

adedayo/intellij-checkmate-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckMate Security Analysis Plugin for IntelliJ

CheckMate (https://github.com/adedayo/checkmate) is a static security analysis tool. This repository contains code for the IntelliJ plugin wrapper that allows CheckMate to be used within IntelliJ IDEs.

Installation

The plugin is published in the JetBrain IntelliJ plugin marketplace and can be installed in the usual manner.

Plugin Install

Usage

The IntelliJ plugin is implemented as a set of code inspection and annotators. To invoke an inspection press Ctrl+Alt+Shift+I (Cmd+Alt+Shift+I on macos) and search for its description.

Inspection

Alternatively, you can find them under the menu Analyze → CheckMate Security → Find Secrets

Select the scope of search and run the scan. You will get annotated results similar to the following

Scan results

Each result comes with diagnostic information such as A diagnostic

Each issue found also provides diagnostics that could be used to ignore the issue or file for future scans, or to annotate the issue as a "TODO" for a future fix whithout suppressing it from the results. Quick fix

About

IntelliJ IDE plugin for CheckMate tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published