mirror of
https://github.com/bitwarden/android.git
synced 2026-03-19 05:02:48 -05:00
Enabled SonarQube scanning for PRs (#4692)
This commit is contained in:
1
.github/workflows/scan-ci.yml
vendored
1
.github/workflows/scan-ci.yml
vendored
@@ -58,3 +58,4 @@ jobs:
|
||||
args: >
|
||||
-Dsonar.organization=${{ github.repository_owner }}
|
||||
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
|
||||
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
|
||||
|
||||
1
.github/workflows/scan.yml
vendored
1
.github/workflows/scan.yml
vendored
@@ -70,3 +70,4 @@ jobs:
|
||||
args: >
|
||||
-Dsonar.organization=${{ github.repository_owner }}
|
||||
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
|
||||
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
|
||||
|
||||
Reference in New Issue
Block a user