chore(Java Maven Pipelines) Remove sonar since Project Key is not propagating from parrent
This commit is contained in:
parent
5a0bd3d37c
commit
f35ef58a39
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user