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 allow_failure: true
extends: .repo-cve-scan-trivy extends: .repo-cve-scan-trivy
Sonar: #Sonar:
extends: .sonar-maven # extends: .sonar-maven
needs: # needs:
- job: "Build-Java" # - job: "Build-Java"
artifacts: true # artifacts: true
variables: # variables:
SONAR_PROJECT_NAME: $CI_PROJECT_NAME # SONAR_PROJECT_NAME: $CI_PROJECT_NAME