Skip to content

Commit

Permalink
Rapport de patrouille - disable sonar quality gate for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Mar 13, 2024
1 parent ce4a5bd commit 468126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variables:

#Analyse Sonar
FAIL_SONAR_CONDITION:
value: "-Dsonar.qualitygate.wait=true"
value: "-Dsonar.qualitygate.wait=false"
description: "Détermine la commande à passer au scanner Sonar pour bloquer ou non le job. -Dsonar.qualitygate.wait=true fait échouer le job si le quality gate Sonar n'est pas conforme."

#Analyse Dependency-check
Expand Down

0 comments on commit 468126b

Please sign in to comment.