We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffda747 commit 76d09baCopy full SHA for 76d09ba
.github/workflows/image-scan.yaml
@@ -6,7 +6,18 @@ on:
6
- cron: "0 6 * * *"
7
8
jobs:
9
- call-image-scan-registry:
+ call-image-scan-registry-mem:
10
uses: Apicurio/apicurio-gh-workflows/.github/workflows/image-scan.yaml@main
11
with:
12
image: quay.io/apicurio/apicurio-registry-mem:latest-snapshot
13
+
14
+ call-image-scan-registry-sql:
15
+ uses: Apicurio/apicurio-gh-workflows/.github/workflows/image-scan.yaml@main
16
+ with:
17
+ image: quay.io/apicurio/apicurio-registry-sql:latest-snapshot
18
19
+ call-image-scan-registry-kafkasql:
20
21
22
+ image: quay.io/apicurio/apicurio-registry-kafkasql:latest-snapshot
23
0 commit comments