File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33# Cloud (IaC) Security Changelog
44
5+ ## [ 2.0.9] 16-08-2025
6+
7+ Read more about [ Kubernetes Security Best Practices] ( https://protsenko.dev/kubernetes-security-top-12-best-practices-to-protect-your-cluster/ )
8+
9+ ### Changed
10+ - Enforcing using YAML plugin as required.
11+
512## [ 2.0.8] 09-08-2025
613
714### Added
Original file line number Diff line number Diff line change 11pluginGroup = dev.protsenko.securityLinter
22pluginName = Cloud (IaC) Security
33pluginRepositoryUrl = https://github.com/NordCoderd/cloud-security-plugin
4- pluginVersion = 2.0.8
4+ pluginVersion = 2.0.9
55
66# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
77pluginSinceBuild = 231
Original file line number Diff line number Diff line change 1414 Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
1515 <depends >com.intellij.modules.platform</depends >
1616 <depends >Docker</depends >
17- <depends optional = " true " config-file =" dev.protsenko.security-linter-yaml.xml" >org.jetbrains.plugins.yaml</depends >
17+ <depends config-file =" dev.protsenko.security-linter-yaml.xml" >org.jetbrains.plugins.yaml</depends >
1818
1919 <resource-bundle >messages.SecurityPluginBundle</resource-bundle >
2020
You can’t perform that action at this time.
0 commit comments