-
Notifications
You must be signed in to change notification settings - Fork 0
/
ddb.yaml
29 lines (26 loc) · 1.09 KB
/
ddb.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
core:
required_version: "1.8.0"
project:
name: sonarqube
copy:
specs:
# Released version doesn't work with Sonar 8.7. Use manually compiled version until 1.7.0 is out.
# see https://github.com/mc1arke/sonarqube-community-branch-plugin/issues/309
# - source: "https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/1.6.0/sonarqube-community-branch-plugin-1.6.0.jar"
# destination: "plugins"
# filename: "sonarqube-community-branch-plugin.jar"
- source: "https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.6/sonar-dependency-check-plugin-2.0.6.jar"
destination: "plugins"
filename: "sonar-dependency-check-plugin.jar"
- source: "https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar"
destination: "plugins"
filename: "sonar-auth-oidc-plugin.jar"
docker:
compose:
project_name: sonarqube
restart_policy: 'unless-stopped'
cookiecutter:
templates:
- template: gh:inetum-orleans/djp-postgres
extra_context:
postgres_version: "13"