FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Trigger CI pipeline nightly build with zap-advanced tests by RamiSouai · Pull Request #986 · secureCodeBox/secureCodeBox · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yaml  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# SPDX-License-Identifier: Apache-2.0

name: "CI"
on: push
on:
push:
schedule:
- cron: "15 2 * * *" # Nightly-Build at 2:15 AM UTC

env:
# ---- Language Versions ----
Expand Down Expand Up @@ -892,7 +895,7 @@ jobs:

- name: "ZAP Extended Integration Tests"
# disable zap extended test temporarily as they slow down the pipeline too much
if: ${{ false }}
if: ${{ github.event_name == 'schedule' }}
run: |
kubectl -n integration-tests delete scans --all
helm -n integration-tests install zap-advanced ./scanners/zap-advanced/ \
Expand Down

Back | FazBrowse Home | New Git URL