Skip to content

Commit a854db4

Browse files
committed
ci: add scan workflow for image vulnerabilities
trigger ci
1 parent c50296b commit a854db4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/scan.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Scan
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * 0" # Weekly on Sundays at midnight
6+
pull_request:
7+
branches:
8+
- main
9+
10+
jobs:
11+
scan:
12+
uses: vespa-engine/gh-actions/.github/workflows/mend.yml@marlon/feat/add-mend-scan-workflow
13+
secrets: inherit
14+
with:
15+
mend-app-name: "vespa-engine"
16+
scan-type: "image"
17+
image-list: |
18+
docker.io/vespaengine/vespa-build-almalinux-8:latest
19+
docker.io/vespaengine/vespa-build-almalinux-9:latest

0 commit comments

Comments
 (0)