sonarqube生成pdf报告插件,支持 5.5--7.x Star 0 Watch 1 README.md Sonar PDF Report Plugin 适用SonarQube版本 : 5.5--7.5。 2.0.X:适用SONARQUBE5.5--5.6.7版本 2.1.x:适用SONARQUBE6.0-6.2版本 3.0.x:适用SONARQUBE6.3+ Description / Features 本插件生成PDF格式的sonarqube报告. 报告包括以下内容:...
Sonar PDF Report Plugin Version compatbility : 5.3--5.6. Use maven to build from repository Description / Features Generate a project quality report in PDF format with the most relevant information from SonarQube web interface. The report aims to be a deliverable as part of project documentation...
Install the plugin into the SONARQUBE_HOME/extensions/plugins directory Restart SonarQube Usage SonarQube PDF works as a post-job task. In this way, a PDF report is generated after each analysis in SonarQube. Configuration You can skip report generation or select report type (executive or workb...
Sonar PDF Report Plugin Version compatbility : 5.3+. Use maven to build from repositoryDescription / FeaturesGenerate a project quality report in PDF format with the most relevant information from SonarQube web interface. The report aims to be a deliverable as part of project documentation.The ...
#2、上传sonar-pdf-plugin插件 把下载好的插件放到Sonarqube安装目录的extensions/plugins目录下,重启Sonarqube服务即可。 #3、配置PDF导出插件 服务重启后可以看到配置页如下,PDF report为添加插件后新增页签。 填入Sonarqube管理员的username和password并保存,需要将原分析项目删除并重新分析项目。
(1)下载 sonar-pdf-plugin:前往 https://gitee.com/zzulj/sonar-pdf-plugin 开源社区 下载 pdf 导出插件,因为我们安装的 SonarQube 版本是 7.6,所以下载最新的插件:,如 下图所示:上传放到/home/sonar/sonarqube-7.6/extensions/plugins 目录下,执行命令: # su sonar $ cd /home/sonar/sonarqube-7...
针对SonarQube 7.x & PDF 3.0.3版本的PDF插件导出失败报错修复,点击选择会出现如下报错:# {"error":"报告不可用。"安装插件后至少需要进行一次分析!"}{"error":"Report is not available. At least one analysis is required after installing the plugin!"} 修复 解决方案:下载我提供的百度网盘jar包至...
一、将附件中的sonar-l10n-zh-plugin-1.27.jar和sonar-pdfreport-plugin-3.0.3 粘贴到sonarqube-7.7\extensions\plugins文件夹内 二、重启sonar服务 汉化界面如下: 三、导出pdf 执行完sonar-scanner操作后,点进进入详情页面 更多—> Download Pdf Report
一、配置SonQube生成PDF扫描报告 1.下载gitee开源PDF插件到SonarQube的plugins目录下 https://gitee.com/zzulj/sonar-pdf-plugin/releaseshttps://gitee.com/zzulj/sonar-pdf-plugin/releases/download/v4.0.0/sonar-pdfreport-plugin-4.0.0.jar [root@iZbp188o3jng3gjlcx8nzsZ plugins]# pwd ...
为了导出PDF报告,你需要安装一个PDF导出插件。 你可以从Gitee、GitHub等开源平台下载适用于你当前SonarQube版本的PDF导出插件(如sonar-pdfreport-plugin)。 下载完成后,将插件的jar包放到SonarQube的插件目录中(通常是extensions/plugins)。 重启SonarQube服务以使插件生效。 执行代码扫描: 在SonarQube平台上配置你的...