Skip to content

ci: add weekly scan workflow for image vulnerabilities #7

ci: add weekly scan workflow for image vulnerabilities

ci: add weekly scan workflow for image vulnerabilities #7

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
secrets: inherit
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