Skip to content

Commit d88b753

Browse files
authored
fix: update readme for sonar (#31)
1 parent 398c5ee commit d88b753

File tree

1 file changed

+5
-54
lines changed

1 file changed

+5
-54
lines changed

plugins/sonar-qube/sonar-qube/README.md

Lines changed: 5 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -8,67 +8,18 @@ SonarQube 扫描插件。
88
master:
99
push:
1010
- stages:
11-
- name: code-analysis
11+
- name: sonar-analysis
1212
image: aosapps/drone-sonar-plugin
1313
settings:
14-
sonar_host:
15-
from_secret: sonar_host
16-
sonar_token:
17-
from_secret: sonar_token
14+
sonar_host: your-sonar-host
15+
sonar_token: your-sonar-token
1816
```
1917
2018
## 参数含义
2119
22-
host
23-
: 目标主机名或 IP。
20+
sonar_host: sonar 服务所在域名
2421
25-
port
26-
: 目标主机 ssh 端口。
27-
28-
username
29-
: 目标主机用户账户。
30-
31-
password
32-
: 目标主机用户密码。
33-
34-
key
35-
: 用户私钥明文。
36-
37-
key_path
38-
: 用户私钥路径。
39-
40-
envs
41-
: 在脚本部分提供的自定义 secrets。
42-
43-
script
44-
: 在远端执行命令。
45-
46-
script_stop
47-
: 第一次失败后停止脚本。
48-
49-
timeout
50-
: ssh连接建立超时时间。
51-
52-
command_timeout
53-
:命令执行超时时间。
54-
55-
proxy_host
56-
: 代理主机名或 IP。
57-
58-
proxy_port
59-
: 代理主机ssh端口。
60-
61-
proxy_username
62-
: 代理主机用户账户。
63-
64-
proxy_password
65-
: 代理主机用户密码。
66-
67-
proxy_key
68-
: 代理私钥明文。
69-
70-
proxy_key_path
71-
: 代理私钥路径。
22+
sonar_token: sonar 服务授权 token
7223
7324
## 更多用法
7425

0 commit comments

Comments
 (0)