-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonar-project.properties
More file actions
23 lines (20 loc) · 1017 Bytes
/
sonar-project.properties
File metadata and controls
23 lines (20 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SonarQube coordinates
sonar.projectKey=dbLinter-Demo
sonar.projectName=dbLinter-Demo
sonar.projectVersion=1.3.0
sonar.organization=grisselbav
sonar.host.url=https://sonarcloud.io
# Path is relative to the sonar-project.properties file.
sonar.sources=examples
# dbLinter external issues report (produced by the CLI in CI)
sonar.externalIssuesReportPaths=results/check.sonarqube.json
# dbLinter specific properties when using self-managed SonarQube edition
# e.g. sonar-scanner -Dsonar.host.url=http://127.0.0.1:61011 -Dsonar.organization= -Dsonar.externalIssuesReportPaths= -Dsonar.dbLinter.access.token=...
sonar.dblinter.tenant.name=Grisselbav
sonar.dblinter.user.name=philipp.salvisberg@grisselbav.com
sonar.dblinter.access.token=pass <-Dsonar.dblinter.access.token=...> on command line
sonar.dblinter.config.name=dbLinter-Demo
sonar.dblinter.conn.jdbc.url=jdbc:oracle:thin:@localhost:1542/FREEPDB1
sonar.dblinter.conn.user.name=dbl_read
sonar.dblinter.conn.password=dbl_read
sonar.dblinter.ls.parallel.files=4