Skip to content

Scheduled CVE vulnerability scan of 6.x published images. #16

Scheduled CVE vulnerability scan of 6.x published images.

Scheduled CVE vulnerability scan of 6.x published images. #16

name: vulnerability-scan-schedule-6.x
run-name: Scheduled CVE vulnerability scan of 6.x published images.
env:
REGISTRY: ghcr.io
on:
schedule:
- cron: '2 22 * * 3'
workflow_dispatch:
inputs:
summary:
description: 'Summary of the scheduled scan.'
required: false
default: 'Trivy CVE scan of 6.x published images.'
tag:
description: 'Tag to scan.'
required: false
default: '6.x'
jobs:
vulnerability-scan-schedule:
name: Scan for vulnerabilities on 6.x images
uses: "dpc-sdp/bay/.github/workflows/[email protected]"
with:
tag: "6.x"
summary: "Trivy CVE scan of 6.x published images."