Browse Source

Execute OWASP task on every config update

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

+ 2
- 1
.cirrus.yml View File

@@ -420,7 +420,8 @@ upgd_oracle12_task:
owasp_check_task:
only_if: >-
$CIRRUS_CRON == "nightly" ||
$CIRRUS_CRON == "weekly-lts"
$CIRRUS_CRON == "weekly-lts" ||
changesInclude('private/owasp/*.xml')
timeout_in: 30m
gke_container:
<<: *GKE_CONTAINER_TEMPLATE

Loading…
Cancel
Save