fix PR comments

This commit is contained in:
Yochai Lehman
2024-02-11 17:13:59 -05:00
parent a168defd28
commit 22d0c275d7
3 changed files with 6 additions and 2 deletions

View File

@ -450,4 +450,6 @@ For webhook security, configure the webhook username and password on both the se
[azuredevops_server]
webhook_username = "<basic auth user>"
webhook_password = "<basic auth password>"
```
```
> :warning: **Ensure that the webhook endpoint is only accessible over HTTPS** to mitigate the risk of credential interception when using basic authentication.