From d05ac301ceb41731b02f778dcc65ca2c31c71213 Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Thu, 13 Jun 2024 19:57:35 +0200 Subject: [PATCH] feat:#35 updated sonarqube pipe --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fecbd6f..504388f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ sonarqube-vulnerability-report-backend: stage: sonarqube-vulnerability-report script: - cd backend - - 'curl -u "${SONAR_TOKEN}:" "${SONAR_HOST_URL}/api/issues/gitlab_sast_export?projectKey=HTWKalender&branch=${CI_COMMIT_BRANCH}&pullRequest=${CI_MERGE_REQUEST_IID}" -o gl-sast-sonar-report.json' + - 'curl -u "${SONAR_TOKEN}:" "${SONAR_HOST_URL}/api/issues/gitlab_sast_export?projectKey=htwk-software_htwkalender_57f05352-f163-462f-b844-18c74b8c70fd&branch=${CI_COMMIT_BRANCH}&pullRequest=${CI_MERGE_REQUEST_IID}" -o gl-sast-sonar-report.json' allow_failure: true only: - merge_requests