Update syntax for validation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user