OtherDevOpsGene / zap-sonar-plugin

Integrates OWASP Zed Attack Proxy reports into SonarQube
GNU General Public License v3.0
69 stars 31 forks source link

#78 add missing logic to take parameter "branch" #80

Closed wingkwong closed 3 years ago

wingkwong commented 3 years ago

Tested it with SonarQube Community Branch Plugin.

Passing branch parameter

-Dsonar.branch.name=develop

Result:

Zap Scanning Report is able to be displayed under branch "develop" now.

image

There will be no Zap Scanning Report as I haven't pushed it to branch "master"

image