2025-03-09 15:54:46 +01:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: build
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: code-analysis
|
2025-03-09 17:10:01 +01:00
|
|
|
image: registry.regnault.dev/drone-sonar-plugin:1
|
2025-03-09 17:22:19 +01:00
|
|
|
environment:
|
|
|
|
PLUGIN_SONAR_HOST:
|
2025-03-09 15:54:46 +01:00
|
|
|
from_secret: sonar_host
|
2025-03-09 17:22:19 +01:00
|
|
|
SONAR_TOKEN:
|
2025-03-09 15:54:46 +01:00
|
|
|
from_secret: sonar_token
|
2025-03-09 17:22:19 +01:00
|
|
|
DRONE_REPO: Captchuccino
|