Skip to content

Commit

Permalink
SLI-1614 Update SonarIaC analyzer to 1.36.0.12431
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Sep 23, 2024
1 parent a6820f3 commit 2110f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sonar-html = "3.16.0.5274"
sonar-xml = "2.10.0.4108"
sonar-omnisharp = "1.24.0.100127"
sonar-text = "2.15.0.3845"
sonar-iac = "1.33.1.11833"
sonar-iac = "1.36.0.12431"
sonar-cpp = "6.59.0.75237"

sonarqube = "4.4.1.3373"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ class StandaloneIdeaTests : BaseUiTest() {
fun chart() = uiTest {
openExistingProject("DuplicatedEnvsChart")
openFile("templates/memory_limit_pod2.yml", "memory_limit_pod2.yml")
verifyCurrentFileTabContainsMessages("Set automountServiceAccountToken to false for this specification of kind Pod.")
verifyCurrentFileTabContainsMessages("Bind this resource's automounted service account to RBAC or disable automounting.")
}
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.10 - 6 new JS/TS rules. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.10 - Support detection of Micronaut configuration issues. 6 new JS/TS rules. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.9 - Support analysis of Helm files. Improve analysis consistency on Rider. 7 new C++23 rules and C++23 support. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.8.1 - Correctly display the current file analysis results on dev containers. Fix an issue where triggering a report analysis would disappear. Fix a problem where issues from another project would appear in the report.</li>
<li>10.8 - Handle "Open in IDE" requests from SonarCloud. Detection of 34 new secrets. 11 new rules for Kubernetes. 20 new Java rules enabled on test code. Fix an issue in Rider where analysis would never finish. Bug fixes, fewer FPs and improvements for many languages.</li>
Expand Down

0 comments on commit 2110f0d

Please sign in to comment.