Skip to content

ci: add weekly scan workflow for image vulnerabilities #5

ci: add weekly scan workflow for image vulnerabilities

ci: add weekly scan workflow for image vulnerabilities #5

Workflow file for this run

name: Scan
on:
schedule:
- cron: "0 0 * * 0" # Weekly on Sundays at midnight
pull_request:
branches:
- main
jobs:
scan:
uses: vespa-engine/gh-actions/.github/workflows/mend.yml@marlon/feat/add-mend-scan-workflow

Check failure on line 12 in .github/workflows/scan.yml

View workflow run for this annotation

GitHub Actions / Scan

Invalid workflow file

error parsing called workflow ".github/workflows/scan.yml" -> "vespa-engine/gh-actions/.github/workflows/mend.yml@marlon/feat/add-mend-scan-workflow" (source branch with sha:236a8aa9a2ae40c7fb85e56731f9e0c35e10c777) : (Line: 202, Col: 13): Job 'scan-image' depends on unknown job 'setup'.
with:
mend-app-name: "vespa-engine"
scan-type: "image"
image-list: |
docker.io/vespaengine/vespa-build-almalinux-8:latest
docker.io/vespaengine/vespa-build-almalinux-9:latest