@@ -34,7 +34,7 @@ So make sure that your `.gitlab-ci.yml` config launches at least one of the [sup
Every time your CI/CD pipeline is launched, if you have at least one security tool which generates a security report, then all of the newly generated security reports will be imported into DefectDojo, you have nothing to do.
You may connect to DefectDojo server to visualize the summary of your project's vulnerabilities. You might also receive an e-mail notification if your project contains new vulnerabilities, depending on the threshold you defined in `DEFECTDOJO_NOTIFICATION_SEVERITIES`.
You may connect to DefectDojo server to visualize the summary of your project's vulnerabilities. You might also receive an e-mail notification if your project contains new vulnerabilities, depending on the threshold you defined in `DEFECTDOJO_NOTIFICATION_SEVERITIES` and on the fact you defined `DEFECTDOJO_SMTP_SERVER`.
## Usage
@@ -78,6 +78,7 @@ Depending on the security tools you launch, and their configuration, you may hav
"description":"Determines if DefectDojo must send an e-mail notification in case of new vulnerabilities",
"type":"boolean",
"name":"DEFECTDOJO_SMTP_SERVER",
"description":"name:port of SMTP server used for notifications - if this value is set, DefectDojo will send an e-mail notification in case of new vulnerabilities",
"default":"dist",
"advanced":true
},
{
"name":"DEFECTDOJO_NOTIFICATION_SEVERITIES",
"description":"List of severities for which you want to be notified - DEFECTDOJO_NOTIFICATION must be set to true",
"description":"List of severities for which you want to be notified - DEFECTDOJO_SMTP_SERVER must be defined if you want to be notified",
"default":"Critical,High",
"advanced":true
},
{
"name":"DEFECTDOJO_SMTP_SERVER",
"description":"name:port of SMTP server used for notifications - DEFECTDOJO_NOTIFICATION must be set to true",