We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18014ed commit 016dbebCopy full SHA for 016dbeb
.github/workflows/scan.yml
@@ -10,6 +10,7 @@ on:
10
pull_request_target:
11
types: [opened, synchronize]
12
13
+# TODO: see https://bitwarden.atlassian.net/l/cp/SLtTZJ90 for configuration tips
14
jobs:
15
check-run:
16
name: Check PR run
@@ -71,8 +72,6 @@ jobs:
71
72
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
with:
- # TODO: see https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-parameters/
75
- # for parameters to configure
76
args: >
77
-Dsonar.organization=${{ github.repository_owner }}
78
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
0 commit comments