Skip to content

ci: add weekly scan workflow for image vulnerabilities #3

ci: add weekly scan workflow for image vulnerabilities

ci: add weekly scan workflow for image vulnerabilities #3

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 / .github/workflows/scan.yml

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:07f27d8ee21ffc5cb08d42483bd638b69cfe3f51) : (Line: 154, Col: 9): Unexpected value 'run', (Line: 151, Col: 9): Required property is missing: uses
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