chore(Java Maven Pipelines) Remove sonar since Project Key is not propagating from parrent

This commit is contained in:
Marcel Feix 2022-06-13 16:18:16 +00:00
parent 5a0bd3d37c
commit f35ef58a39
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -31,10 +31,10 @@ Repo-CVE-Scan:
allow_failure: true
extends: .repo-cve-scan-trivy
Sonar:
extends: .sonar-maven
needs:
- job: "Build-Java"
artifacts: true
variables:
SONAR_PROJECT_NAME: $CI_PROJECT_NAME
#Sonar:
# extends: .sonar-maven
# needs:
# - job: "Build-Java"
# artifacts: true
# variables:
# SONAR_PROJECT_NAME: $CI_PROJECT_NAME