回购数据未显示在 hygieia 仪表板中
repo data is not showing in hygieia dashboard
任何人都可以帮助我进行 hygieia 设置
我面临代码分析问题
下面是仪表板的屏幕截图
click here
要配置 SCM GitHub 收集器,请执行以下步骤:
git 克隆 https://github.com/Hygieia/hygieia-scm-github-collector 然后,执行以下步骤:
将 SCM GitHub 收集器源代码打包成可执行 JAR 文件,
运行 从源代码安装的 \hygieia-scm-github-collector 目录构建的 maven:
mvn 安装
在 hygieia-scm-github-collector\target 文件夹中生成输出文件 hygieia-scm-github-collector.jar。
在 application.properties 文件中设置可配置参数以连接到仪表板 MongoDB 数据库实例,包括 GitHub 收集器所需的属性。
然后
logging.file=./logs/github.log
github.cron=0 0/5 * * * *
github.host=github.com
github.commitThresholdDays=15
github.errorThreshold=1
github.personalAccessToken=
然后保存并转到目标文件夹
运行 命令下方
hygieia-scm-github-collector\target>java -jar hygieia-scm-github-collector.jar
任何人都可以帮助我进行 hygieia 设置 我面临代码分析问题 下面是仪表板的屏幕截图
click here
要配置 SCM GitHub 收集器,请执行以下步骤:
git 克隆 https://github.com/Hygieia/hygieia-scm-github-collector 然后,执行以下步骤:
将 SCM GitHub 收集器源代码打包成可执行 JAR 文件,
运行 从源代码安装的 \hygieia-scm-github-collector 目录构建的 maven:
mvn 安装
在 hygieia-scm-github-collector\target 文件夹中生成输出文件 hygieia-scm-github-collector.jar。
在 application.properties 文件中设置可配置参数以连接到仪表板 MongoDB 数据库实例,包括 GitHub 收集器所需的属性。
然后
logging.file=./logs/github.log github.cron=0 0/5 * * * *
github.host=github.com
github.commitThresholdDays=15 github.errorThreshold=1
github.personalAccessToken=
然后保存并转到目标文件夹 运行 命令下方
hygieia-scm-github-collector\target>java -jar hygieia-scm-github-collector.jar