Skip to content

vulnerability-scan-schedule-5.x #19

vulnerability-scan-schedule-5.x

vulnerability-scan-schedule-5.x #19

name: vulnerability-scan-schedule-5.x
run-name: Scheduled CVE vulnerability scan of 5.x published images.
env:
REGISTRY: ghcr.io
on:
schedule:
- cron: '0 22 * * 3'
workflow_dispatch:
jobs:
vulnerability-scan-schedule:
name: Scan for vulnerabilities on 5.x images
runs-on: ubuntu-latest
uses: "dpc-sdp/bay/.github/workflows/[email protected]"

Check failure on line 13 in .github/workflows/vulnerability-scan-schedule-5x.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vulnerability-scan-schedule-5x.yml

Invalid workflow file

error parsing called workflow ".github/workflows/vulnerability-scan-schedule-5x.yml" -> "dpc-sdp/bay/.github/workflows/[email protected]" (source branch with sha:a619839a5e58672894ccef3cec64be399076fdbf) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
tag: 5.x
summary: "Trivy CVE scan of 5.x published images."