Skip to content

[291] Fixed variable assignment. #5

[291] Fixed variable assignment.

[291] Fixed variable assignment. #5

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