Skip to content

Add scheduled scans of 5.x and 6.x images (#302) #12

Add scheduled scans of 5.x and 6.x images (#302)

Add scheduled scans of 5.x and 6.x images (#302) #12

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:
runs-on: ubuntu-latest
steps:
- name: Scan for vulnerabilities on 5.x images
id: scan
uses: dpc-sdp/bay/.github/workflows/vulnerability-scan.yml
with:
tag: 5.x
summary: "Trivy CVE scan of 5.x published images."