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 a3e598b commit 177ff74Copy full SHA for 177ff74
workflows/sonar/versions/0.0.1/workflowTemplate.yaml
@@ -47,7 +47,8 @@ spec:
47
48
command:
49
- sonar-scanner
50
- - --rm
51
- - -e SONAR_HOST_URL="http://'{{ inputs.parameters.SONAR_HOST_URL }}'"
52
- - -e SONAR_LOGIN="$SONAR_LOGIN_TOKEN"
53
- - -v "/tmp/sonar/:/usr/src"
+ - -h
+ # - --rm
+ # - -e SONAR_HOST_URL="http://'{{ inputs.parameters.SONAR_HOST_URL }}'"
+ # - -e SONAR_LOGIN="$SONAR_LOGIN_TOKEN"
54
+ # - -v "/tmp/sonar/:/usr/src"
0 commit comments