Update syntax for validation

This commit is contained in:
Christophe H
2022-04-06 14:51:15 +02:00
committed by GitHub
parent 50c02af8cf
commit 090ead86a9
+4 -4
View File
@@ -54,10 +54,10 @@ jobs:
with:
# Additional arguments for the sonarcloud scanner
args:
# Unique key of your project. You can find it in SonarCloud > Information (bottom-left menu)
-Dsonar.projectKey= # mandatory
# Unique organization key of your project. You can find it in SonarCloud > Information (bottom-left menu)
-Dsonar.organization= # mandatory
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
# mandatory
-Dsonar.projectKey=
-Dsonar.organization=
# Comma-separated paths to directories containing main source files.
#-Dsonar.sources= # optional, default is project base directory
# When you need the analysis to take place in a directory other than the one from which it was launched