Browse Source

SONAR-13912 OWASP notifications on failure only

tags/8.6.0.39681
Malena Ebert 3 years ago
parent
commit
27d8e553dc
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .cirrus.yml

+ 2
- 1
.cirrus.yml View File

@@ -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/*"

Loading…
Cancel
Save