File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,8 @@ matrix:
149
149
# after_success:
150
150
# - deactivate
151
151
152
+ # https://sonarcloud.io/account/security
153
+ # https://docs.travis-ci.com/user/sonarcloud/
152
154
- name : " deploy gradle w jacoco junit sonarcloud on bionic arm64"
153
155
dist : bionic
154
156
sudo : false
@@ -158,7 +160,7 @@ matrix:
158
160
sonarcloud :
159
161
organization : " githubfoam"
160
162
token :
161
- secure : " ba8141c15692a911c61d56ecea297c0264beaf58 "
163
+ secure : $SONAR_TOKEN
162
164
language : shell
163
165
# language: java
164
166
# jdk:
Original file line number Diff line number Diff line change
1
+ # must be unique in a given SonarQube instance
2
+ sonar.projectKey =my:project
3
+
4
+ # --- optional properties ---
5
+
6
+ # defaults to project key
7
+ # sonar.projectName=My project
8
+ # defaults to 'not provided'
9
+ # sonar.projectVersion=1.0
10
+
11
+ # Path is relative to the sonar-project.properties file. Defaults to .
12
+ # sonar.sources=.
13
+
14
+ # Encoding of the source code. Default is default system encoding
15
+ # sonar.sourceEncoding=UTF-8
You can’t perform that action at this time.
0 commit comments