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.
1 parent 3b1f289 commit 9ae2b01Copy full SHA for 9ae2b01
workflows/sonar/versions/0.0.1/workflowTemplate.yaml
@@ -38,16 +38,15 @@ spec:
38
name: main
39
imagePullPolicy: Always
40
image: sonarsource/sonar-scanner-cli
41
- env:
42
- - name: SONAR_LOGIN_TOKEN
43
- valueFrom:
44
- secretKeyRef:
45
- name: '{{ inputs.parameters.SONAR_LOGIN }}'
46
- key: '{{ inputs.parameters.SONAR_LOGIN_SECRET_KEY }}'
+ # env:
+ # - name: SONAR_LOGIN
+ # valueFrom:
+ # secretKeyRef:
+ # name: '{{ inputs.parameters.SONAR_LOGIN }}'
+ # key: '{{ inputs.parameters.SONAR_LOGIN_SECRET_KEY }}'
47
48
command:
49
- sonar-scanner
50
- - --help
51
# - --rm
52
# - -e SONAR_HOST_URL="http://'{{ inputs.parameters.SONAR_HOST_URL }}'"
53
# - -e SONAR_LOGIN="$SONAR_LOGIN_TOKEN"
0 commit comments