SonarQube 中的分支名称 iOS 使用 Fastlane 进行项目扫描

Branch name in SonarQube iOS project scanning using Fastlane

我在 github 上使用 Fastlane Action sonar to scan my iOS projects. But I can't pass sonar.branch.name in the action. I checked the code,但在那里没有找到对分支名称的任何支持。那么有没有替代解决方案呢? 最终的解决方案是放弃 fastlane,编写一个脚本来执行声纳扫描。

我已经在 fastlane 中添加了这个功能,现在可以通过 branch_name 属性 实现。 发布版本 2.121.0 https://github.com/fastlane/fastlane/releases/tag/2.121.0