We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320c211 commit a028c63Copy full SHA for a028c63
.github/workflows/sonarqube.yml
@@ -55,7 +55,7 @@ jobs:
55
args:
56
# Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu)
57
# mandatory
58
- -Dsonar.projectKey=
+ -Dsonar.projectKey=Devopstoolchain
59
# Comma-separated paths to directories containing main source files.
60
#-Dsonar.sources= # optional, default is project base directory
61
# When you need the analysis to take place in a directory other than the one from which it was launched
0 commit comments