mirror of
https://bitbucket.org/Mattrixwv/matrix.git
synced 2025-12-06 15:03:58 -05:00
Added sonarqube dependency scanning
This commit is contained in:
31
.vscode/tasks.json
vendored
31
.vscode/tasks.json
vendored
@@ -16,22 +16,29 @@
|
||||
"group": "test"
|
||||
},
|
||||
{
|
||||
"label": "sonarqube build",
|
||||
"label": "sonarqube build (Windows)",
|
||||
"group": "build",
|
||||
"type": "shell",
|
||||
"command": "mvn",
|
||||
"args": [
|
||||
"clean",
|
||||
"verify",
|
||||
"sonar:sonar",
|
||||
"-D'sonar.projectKey=mattrixwv_matrix_AYGcc3wBopaC7KAbzMEd'",
|
||||
"-D'sonar.host.url=http://192.168.1.4:9000'",
|
||||
"-D'sonar.login=sqp_7edfbc2b6a7d612a4492cafa51e210e5a61f5f7d'"
|
||||
],
|
||||
"command": "./sonarBuild.ps1",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": false,
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "sonarqube build (Linux)",
|
||||
"group": "build",
|
||||
"type": "shell",
|
||||
"command": "./sonarBuild.sh",
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
"reveal": "always",
|
||||
"focus": true,
|
||||
"panel": "shared",
|
||||
"showReuseMessage": true,
|
||||
"clear": false
|
||||
@@ -39,4 +46,4 @@
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user