Skip to content

Commit

Permalink
Add link to scanner configuration guide (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Jul 22, 2024
1 parent 18014ed commit 016dbeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request_target:
types: [opened, synchronize]

# TODO: see https://bitwarden.atlassian.net/l/cp/SLtTZJ90 for configuration tips
jobs:
check-run:
name: Check PR run
Expand Down Expand Up @@ -71,8 +72,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# TODO: see https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-parameters/
# for parameters to configure
args: >
-Dsonar.organization=${{ github.repository_owner }}
-Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}

0 comments on commit 016dbeb

Please sign in to comment.