Features
TeamCity builds that execute tests against an zaProxy and contain the zaProxy report can be shown on the Mobitor.
zaproxy is (Zed Attack Proxy - ZAP) is one of the world’s most popular free security tools.
Configuration
"zaproxyApplications": [
{
"buildId": "Team_City_Build_Id",
"serverName": "server_name_1",
"applicationName": "application_name_1",
"environment": "build"
}
]
| Name | Description | Required | Default |
|---|---|---|---|
buildId |
The buildId of the TeamCity build that contains the zaProxy report |
yes |
empty |
serverName |
The server name that refers to the serverNames within the same screen, used to reference the position of this information block in the screen |
yes |
empty |
applicationName |
The application name that refers to the sub-row of the server name in the same screen. Used to reference the position if this information block in the screen |
yes |
empty |
environment |
Environment of this information block. Refers to the environments in the same screen. Used to reference the position in the screen (the column). |
yes |
empty |
Result
The flag indicates if the zaProxy report contains any detected vulnerabilities.