using maven to issue SAST with SonarQube
This commit is contained in:
parent
16eaf7e896
commit
93e42a03f7
@ -3,12 +3,4 @@ sonarqube_master_job:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
- mvn --batch-mode verify sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN
|
- mvn --batch-mode verify sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN
|
||||||
|
|
||||||
sonarqube_preview_feature_job:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- git checkout origin/master
|
|
||||||
- git merge $CI_COMMIT_REF --no-commit --no-ff
|
|
||||||
- mvn --batch-mode verify sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN -Dsonar.analysis.mode=preview -Dsonar.gitlab.project_id=$CI_PROJECT_PATH -Dsonar.gitlab.commit_sha=$CI_COMMIT_REF -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user