Skip to content

Commit 016dbeb

Browse files
authored
Add link to scanner configuration guide (#100)
1 parent 18014ed commit 016dbeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request_target:
1111
types: [opened, synchronize]
1212

13+
# TODO: see https://bitwarden.atlassian.net/l/cp/SLtTZJ90 for configuration tips
1314
jobs:
1415
check-run:
1516
name: Check PR run
@@ -71,8 +72,6 @@ jobs:
7172
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7273
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7374
with:
74-
# TODO: see https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-parameters/
75-
# for parameters to configure
7675
args: >
7776
-Dsonar.organization=${{ github.repository_owner }}
7877
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}

0 commit comments

Comments
 (0)