Skip to content

Commit

Permalink
SonarQube 10.6 support (#152)
Browse files Browse the repository at this point in the history
* update to SonarQube 10.6

Signed-off-by: Hugo Queinnec <[email protected]>

* readme

Signed-off-by: Hugo Queinnec <[email protected]>

* latest

Signed-off-by: Hugo Queinnec <[email protected]>

---------

Signed-off-by: Hugo Queinnec <[email protected]>
  • Loading branch information
hugoqnc authored Sep 23, 2024
1 parent 2d8ecdf commit a2d32eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ in source code and generates [CBOM](https://cyclonedx.org/capabilities/cbom/).
|----------------|-----------------------------------|
| 1.2.0 and up | SonarQube 9.8 and up |

> [!WARNING]
> SonarQube versions `10.5.0` and above affects the functionality of our plugin. Specifically, our custom rules are not being executed correctly, resulting in no detections. This problem is due to a change on the SonarQube side ([see](https://community.sonarsource.com/t/custom-java-rules-are-not-executed-after-sonar-api-upgrade-from-9-x-to-10-x/119621)).

## Supported languages and libraries

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
sonarqube:
image: sonarqube:10.4-community
image: sonarqube:latest
user: "${UID}"
volumes:
- sonar-data:/opt/sonarqube/data
Expand Down
2 changes: 2 additions & 0 deletions sonar-cryptography-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
<pluginKey>sonar-crypto-plugin</pluginKey>
<pluginName>Sonar Crypto Plugin</pluginName>
<pluginClass>com.ibm.plugin.CryptographyPlugin</pluginClass>
<!-- This line must specify all file extensions which should be scanned by the plugin -->
<requiredForLanguages>java,jsp,py,ipynb</requiredForLanguages>
<pluginApiMinVersion>${sonar.minVersion}</pluginApiMinVersion>
<sonarLintSupported>true</sonarLintSupported>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
Expand Down

0 comments on commit a2d32eb

Please sign in to comment.