Skip to content

仓库 files navigation

Cloud (IaC) 安全 Plugin for JetBrains IDEs

CI JetBrains Plugin Version JetBrains Plugin Downloads

Logo

Docker and Kubernetes 安全 Scanner for JetBrains IDEs (e.g., IntelliJ IDEA, PyCharm, WebStorm, and more).

What is inside?

The plugin provides two main features:

  • Docker 安全 Scanner: it covers Trivy and Hadolint rules and also provides rules to match Docker Best Practices.
  • Kubernetes 安全 Scanner: it covers pod security standards.

Why this plugin?

  • Seamless integration into the IDE without installing external tools.
  • Verifies your files on the fly and highlight problems earlier, and that make shift left happens.
  • Quick-fixes for problems are available for some inspections that could help fix problems faster.
  • Supports complicated verifications, such as tracking variables and arguments as sources of issues.
  • Pure Kotlin implementation, leveraging the power of IDEs.

What does the plugin offer?

  • Dockerfile Analysis: Scanner for security vulnerabilities and Docker image optimization with over 40 checks.
  • Docker Compose: Scanner for security vulnerabilities and misconfigurations.
  • Kubernetes: Scanner for security issues to align with the Pod 安全 Standards.
  • Quick Fixes: Resolve issues faster using built-in quick fixes.

What problems can the plugin detect?

You can find more information about detected problems:

Planned features

  • Kubernetes: Implementing more rules to align with the NSA and CISA Kubernetes Hardening Guide.

References

Thanks

  • My mother, who supported me every step of the way and who is no longer with us.