File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ test {
2828
2929sonarqube {
3030 properties {
31- property " sonar.projectName" , " githubaction "
32- property " sonar.projectKey" , " DevSecOpsSamples_githubaction "
31+ property " sonar.projectName" , " githubactions "
32+ property " sonar.projectKey" , " DevSecOpsSamples_githubactions "
3333 property " sonar.organization" , " devsecopssamples"
3434 // property "sonar.host.url", "http://127.0.0.1:9000"
3535 property " sonar.host.url" , " https://sonarcloud.io"
3636 property " sonar.sourceEncoding" , " UTF-8"
3737 // property "sonar.java.binaries", "build"
38- property " sonar.links.ci" , " https://github.com/DevSecOpsSamples/githubaction /actions"
38+ property " sonar.links.ci" , " https://github.com/DevSecOpsSamples/githubactions /actions"
3939 }
4040}
You can’t perform that action at this time.
0 commit comments