We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50296b commit 7988173Copy full SHA for 7988173
1 file changed
.github/workflows/scan.yml
@@ -0,0 +1,20 @@
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
+ push:
11
12
+jobs:
13
+ scan:
14
+ uses: vespa-engine/gh-actions/.github/workflows/mend.yml@marlon/feat/add-mend-scan-workflow
15
+ with:
16
+ mend-app-name: "vespa-engine"
17
+ scan-type: "image"
18
+ image-list: |
19
+ docker.io/vespaengine/vespa-build-almalinux-8:latest
20
+ docker.io/vespaengine/vespa-build-almalinux-9:latest
0 commit comments