Skip to content

Commit 62f28d4

Browse files
gregaubertsonartech
authored andcommitted
SC-34572 Make failed quality gate links on CI pipeline visible and clickable (#3589)
GitOrigin-RevId: 152d51062bb7e7107ea8ac2e2e1740c3e42d0cc5
1 parent ee32f9d commit 62f28d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ jobs:
9898
uses: SonarSource/vault-action-wrapper@v3
9999
with:
100100
secrets: |
101-
development/kv/data/next url | NEXT_URL;
102101
development/kv/data/next token | NEXT_TOKEN;
103102
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
104103
with:
@@ -114,7 +113,7 @@ jobs:
114113
- name: Scan SQ-Community Build on Next
115114
shell: bash
116115
env:
117-
SONAR_HOST_URL: ${{ fromJSON(steps.secrets.outputs.vault).NEXT_URL }}
116+
SONAR_HOST_URL: https://next.sonarqube.com/sonarqube
118117
SONAR_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).NEXT_TOKEN }}
119118
run: |
120119
ls -la build/reports/

0 commit comments

Comments
 (0)