From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Tue, 13 Oct 2020 07:51:55 +0000 (+0200) Subject: SONAR-13912 OWASP notifications on failure only X-Git-Tag: 8.6.0.39681~177 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27d8e553dc41b52fb8e2942ab8939316a17a9c7a;p=sonarqube.git SONAR-13912 OWASP notifications on failure only --- diff --git a/.cirrus.yml b/.cirrus.yml index 6f0669a5076..5b5588fb709 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -400,8 +400,9 @@ owasp_check_task: reupload_on_changes: true script: - gradle dependencyCheckAggregate - always: + on_failure: slack_notification_script: - ./private/cirrus/cirrus-owasp-notification.sh + always: reports_artifacts: path: "build/reports/*"