Skip to content

Commit 5befbcb

Browse files
gregaubertsonartech
authored andcommitted
SC-34325 Fix SQ-CB sonar scan script (#3534)
GitOrigin-RevId: b7b414cfd60e6d8e02d9add3a34e7f90f58cc9e0
1 parent 3fdeb52 commit 5befbcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/scan-sq-cb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -euo pipefail
1818

1919
export SONAR_HOST_URL=${SONAR_HOST_URL:-$SONARQUBE_NEXT_URL}
2020
export SONAR_TOKEN=${SONAR_TOKEN:-$SONARQUBE_NEXT_TOKEN}
21-
export PROJECT_KEY=${PROJECT_KEY:-sonarqube-webapp
21+
export PROJECT_KEY=${PROJECT_KEY:-sonarqube-webapp}
2222

2323
echo "[DEBUG] GITHUB_SHA: ${GITHUB_SHA}"
2424
echo "[DEBUG] GITHUB_BASE_REF: ${GITHUB_BASE_REF}"

.github/workflows/build-sq-cb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
SLACK_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SLACK_TOKEN }}
141141
SLACK_CHANNEL: ops-sonarqube-webapp
142142
SLACK_TITLE: SQ-Community Build failed 🚨
143-
SLACK_ICON_EMOJI: ":github:"
143+
SLACK_ICON_EMOJI: ":sonar-qube-community:"
144144
SLACK_USERNAME: BuildBot
145145
SLACK_COLOR: danger
146146
SLACK_MESSAGE: |

0 commit comments

Comments
 (0)