We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a1ff61 + 972ead7 commit 8f993d1Copy full SHA for 8f993d1
README.md
@@ -101,6 +101,26 @@ spec:
101
skip_scan: true
102
```
103
104
+### DRONE Pipeline example
105
+```yaml
106
+kind: pipeline
107
+name: default
108
+
109
+steps:
110
+- name: perform-code-analysis
111
+ image: plugins/sonarqube-scanner:v2.3.0
112
+ settings:
113
+ sonar_host: http://34.100.11.50
114
+ sonar_token:
115
+ from_secret: sonar_token
116
+ sources: .
117
+ binaries: .
118
+ sonar_name: sonarqube-scanner
119
+ sonar_key: sonarqube-scanner
120
+```
121
122
123
124
### Configuration Parameters
125
126
- `key`: The project key in SonarQube.
0 commit comments