Skip to content

Commit bf3651b

Browse files
author
Dmitry Protsenko
committed
2.0.10
- Updated SEO description for the plugin
1 parent 631a9ca commit bf3651b

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# Cloud (IaC) Security Changelog
44

5+
## [2.0.10] 23-08-2025
6+
7+
### Changed
8+
- Updated description of the plugin.
9+
510
## [2.0.9] 16-08-2025
611

712
Read more about [Kubernetes Security Best Practices](https://protsenko.dev/kubernetes-security-top-12-best-practices-to-protect-your-cluster/)

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
<img alt="Logo" align="right" src="https://raw.githubusercontent.com/NordCoderd/cloud-security-plugin/refs/heads/master/src/main/resources/META-INF/pluginIcon.svg" width="125">
1010
</picture>
1111

12-
Cloud (IaC) Security Linter for JetBrains IDEs (e.g., IntelliJ IDEA, PyCharm, WebStorm, and more).
12+
Docker and Kubernetes Security Scanner for JetBrains IDEs (e.g., IntelliJ IDEA, PyCharm, WebStorm, and more).
1313

14-
Scan Docker (dockerfile and compose), Kubernetes files for security vulnerabilities and misconfigurations directly within your JetBrains IDE.
14+
## What is inside?
15+
16+
The plugin provides two main features:
17+
18+
- Docker Security Scanner: it covers Trivy and Hadolint rules and also provides rules to match Docker Best Practices.
19+
- Kubernetes Security Scanner: it covers pod security standards.
1520

1621
## Why this plugin?
1722

@@ -23,9 +28,9 @@ Scan Docker (dockerfile and compose), Kubernetes files for security vulnerabilit
2328

2429
## What does the plugin offer?
2530

26-
- **Dockerfile Analysis**: Detect security vulnerabilities and optimize Docker images with over 40 checks.
27-
- **Docker Compose**: Detect security vulnerabilities and misconfigurations.
28-
- **Kubernetes**: Detect security issues to align with the Pod Security Standards.
31+
- **Dockerfile Analysis**: Scanner for security vulnerabilities and Docker image optimization with over 40 checks.
32+
- **Docker Compose**: Scanner for security vulnerabilities and misconfigurations.
33+
- **Kubernetes**: Scanner for security issues to align with the Pod Security Standards.
2934
- **Quick Fixes**: Resolve issues faster using built-in quick fixes.
3035

3136
## What problems can the plugin detect?

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = dev.protsenko.securityLinter
22
pluginName = Cloud (IaC) Security
33
pluginRepositoryUrl = https://github.com/NordCoderd/cloud-security-plugin
4-
pluginVersion = 2.0.9
4+
pluginVersion = 2.0.10
55

66
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
77
pluginSinceBuild = 231

0 commit comments

Comments
 (0)