Skip to content

Commit d886ae7

Browse files
authored
Update install-azure-pipelines.md (#449)
1 parent 52bdcfd commit d886ae7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/install-azure-pipelines.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
# [Optional, Default: [email protected]]
175175
# Set the email of the commit author
176176
# JF_GIT_EMAIL_AUTHOR: ""
177+
177178
inputs:
178179
script: |
179180
getFrogbotScriptPath=$(if [ -z "$JF_RELEASES_REPO" ]; then echo "https://releases.jfrog.io"; else echo "${JF_URL}/artifactory/${JF_RELEASES_REPO}"; fi)
@@ -307,9 +308,10 @@ jobs:
307308
# The following values are accepted: Low, Medium, High or Critical
308309
# JF_MIN_SEVERITY: ""
309310

310-
# [Mandatory if JF_SMTP_SERVER is set]
311-
# List of email addresses to receive emails about secrets that has been detected in a pull request scan.
312-
# The list should be seperated by commas.
311+
# [Optional]
312+
# List of comma separated email addresses to receive email notifications about secrets
313+
# detected during pull request scanning. The notification is also sent to the email set
314+
# in the committer git profile regardless of whether this variable is set or not.
313315
# JF_EMAIL_RECEIVERS: ""
314316

315317
inputs:

0 commit comments

Comments
 (0)