File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,6 +179,9 @@ SONAR_SCAN_ENABLED="true"
179179SONAR_SCAN_EXCLUSIONS=""
180180SONAR_SCAN_NEXUS_REPOSITORY=leva-documentation
181181SONAR_SCAN_ALERT_EMAILS=
182+ SONAR_SCAN_PROJECTS_PRIVATE="false"
183+ SONAR_SCAN_ACCOUNT=cd-user-with-password
184+
182185
183186#########
184187# Jira #
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ metadata:
55 name : {{ .Values.global.appName }}-scan
66apiVersion : v1
77data :
8- alertEmails : {{ .Values.scan.sonaralertEmails }}
8+ alertEmails : {{ .Values.scan.sonarAlertEmails }}
99 enabled : {{ .Values.scan.sonarEnabled | quote }}
1010 exclusions : {{ .Values.scan.sonarExclusions | quote }}
1111 nexusRepository : {{ .Values.scan.sonarNexusRepository }}
12+ sonarQubeAccount : {{ .Values.scan.sonarQubeAccount }}
13+ sonarQubeProjectsPrivate : {{ .Values.scan.sonarQubeProjectsPrivate | quote }}
Original file line number Diff line number Diff line change 5050 sonarEnabled: $SONAR_SCAN_ENABLED
5151 sonarExclusions: $SONAR_SCAN_EXCLUSIONS
5252 sonarNexusRepository: $SONAR_SCAN_NEXUS_REPOSITORY
53- sonaralertEmails: $SONAR_SCAN_ALERT_EMAILS
53+ sonarAlertEmails: $SONAR_SCAN_ALERT_EMAILS
54+ sonarProjectsPrivate: $SONAR_SCAN_PROJECTS_PRIVATE
55+ sonarQubeAccount: $SONAR_SCAN_ACCOUNT
You can’t perform that action at this time.
0 commit comments