You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-13 20:05:19 +02:00
Merge pull request #3 from Bayselonarrend/Bayselonarrend-patch-1
Update sonarqube.yml
This commit is contained in:
5
.github/workflows/sonarqube.yml
vendored
5
.github/workflows/sonarqube.yml
vendored
@@ -28,9 +28,9 @@ name: SonarQube analysis
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "dev" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main", "dev" ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -56,6 +56,7 @@ jobs:
|
|||||||
# Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu)
|
# Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu)
|
||||||
# mandatory
|
# mandatory
|
||||||
-Dsonar.projectKey=OpenIntegrations
|
-Dsonar.projectKey=OpenIntegrations
|
||||||
|
-Dsonar.inclusions=**/*.bsl
|
||||||
# Comma-separated paths to directories containing main source files.
|
# Comma-separated paths to directories containing main source files.
|
||||||
#-Dsonar.sources= # optional, default is project base directory
|
#-Dsonar.sources= # optional, default is project base directory
|
||||||
# When you need the analysis to take place in a directory other than the one from which it was launched
|
# When you need the analysis to take place in a directory other than the one from which it was launched
|
||||||
|
Reference in New Issue
Block a user