chore(Sonar): Disable Sonar8 for Gradle Pipeline
This commit is contained in:
parent
1625898efc
commit
b7be408834
@ -23,10 +23,10 @@ Repo-CVE-Scan:
|
|||||||
allow_failure: true
|
allow_failure: true
|
||||||
extends: .repo-cve-scan-trivy
|
extends: .repo-cve-scan-trivy
|
||||||
|
|
||||||
sonar:
|
#sonar:
|
||||||
extends: .sonar-gradle
|
# extends: .sonar-gradle
|
||||||
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