Skip to content

Commit 87546af

Browse files
committed
2.0.15 Fixed issues with running in CLI mode through Qodana
1 parent f0e822d commit 87546af

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.15] 16-12-2025
6+
7+
### Fixed
8+
- Fixed issues for CLI mode through Qodana
9+
510
## [2.0.14] 13-10-2025
611

712
### Changed

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.14
4+
pluginVersion = 2.0.15
55

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

src/main/resources/META-INF/dev.protsenko.security-linter-yaml.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22
<idea-plugin>
3-
<id>dev.protsenko.security-linter</id>
4-
<name>Infrastructure Security Linter - Docker Compose</name>
5-
6-
<vendor email="tech@protsenko.dev" url="https://protsenko.dev">Dmitrii Protsenko</vendor>
7-
83
<resource-bundle>messages.SecurityPluginBundle</resource-bundle>
94

105
<depends>org.jetbrains.plugins.yaml</depends>

0 commit comments

Comments
 (0)