Skip to content

Scheduled CVE vulnerability scan of 5.x published images. #20

Scheduled CVE vulnerability scan of 5.x published images.

Scheduled CVE vulnerability scan of 5.x published images. #20

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 / vulnerability-scan-schedule-5.x

Invalid workflow file

The workflow is not valid. .github/workflows/vulnerability-scan-schedule-5x.yml (Line: 13, Col: 5): Unexpected value 'uses' .github/workflows/vulnerability-scan-schedule-5x.yml (Line: 14, Col: 5): Unexpected value 'with'
with:
tag: 5.x
summary: "Trivy CVE scan of 5.x published images."