Browse Source

Increase memory for OWASP dependency check task.

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

+ 2
- 2
.cirrus.yml View File

@@ -410,7 +410,7 @@ owasp_check_task:
gke_container:
<<: *GKE_CONTAINER_TEMPLATE
cpu: 1.7
memory: 2Gb
memory: 4Gb
environment:
# No need to clone the full history.
# Depth of 1 is not enough because it would fail the build in case of consecutive pushes
@@ -428,4 +428,4 @@ owasp_check_task:
slack_notification_script:
- ./private/cirrus/cirrus-owasp-notification.sh
reports_artifacts:
path: "build/reports/*"
path: "build/reports/*"

Loading…
Cancel
Save