Skip to content

Scheduled Vulnerability Scans #734

Scheduled Vulnerability Scans

Scheduled Vulnerability Scans #734

name: Scheduled Vulnerability Scans
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
jobs:
trigger-vulnerability-scan:
name: Scan ${{ matrix.ref }}
strategy:
fail-fast: false
matrix:
ref: [ 'master', '5.5.z', '5.4.z', '5.3.z', '5.2.z' ]
uses: ./.github/workflows/vulnerability_scan_subworkflow.yml
with:
ref: ${{ matrix.ref }}
secrets: inherit