File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ # Almalinux 8
19+ docker.io/vespaengine/vespa-build-almalinux-8:latest
20+ docker.io/vespaengine/vespa-dev-almalinux-8:latest
21+ # Almalinux 9
22+ docker.io/vespaengine/vespa-build-almalinux-9:latest
23+ docker.io/vespaengine/vespa-dev-almalinux-9:latest
24+
25+ # Systemtest Preview
26+ docker.io/vespaengine/university-101:latest
27+
28+ # Vespa OSS
29+ docker.io/vespaengine/vespa:8
30+
31+ # Query Builder
32+ ghcr.io/vespa-engine/vespa/query-builder:dev-latest
33+
34+ # Jekyll Build JSON (actions)
35+ ghcr.io/vespa-engine/gh-actions/jekyll-build-json:latest
You can’t perform that action at this time.
0 commit comments