Skip to content

Commit

Permalink
feat: ✨ add sonar cnes report allowing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Nov 24, 2024
1 parent a71e6cd commit 8021d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/sonarqube/templates/values/10-offline.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins:
install:
- {{ dsc.sonarqube.pluginDownloadUrl }}/sonar-auth-oidc-plugin-2.1.1.jar
- {{ dsc.sonarqube.pluginDownloadUrl }}/sonarqube-community-branch-plugin-1.21.0.jar
- {{ dsc.sonarqube.pluginDownloadUrl }}/sonar-cnes-report-5.0.0.jar
noCheckCertificate: true

{% if use_private_registry %}
Expand All @@ -19,4 +20,5 @@ plugins:
install:
- https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar
- https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/1.21.0/sonarqube-community-branch-plugin-1.21.0.jar
- https://github.com/cnescatlab/sonar-cnes-report/releases/download/5.0.0/sonar-cnes-report-5.0.0.jar
{% endif %}

0 comments on commit 8021d91

Please sign in to comment.