From 27d8e553dc41b52fb8e2942ab8939316a17a9c7a Mon Sep 17 00:00:00 2001 From: Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:51:55 +0200 Subject: [PATCH] SONAR-13912 OWASP notifications on failure only --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/*" -- 2.39.5