Skip to content

Commit 76d09ba

Browse files
authored
Add image scan for storage variants (#4394)
1 parent ffda747 commit 76d09ba

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/image-scan.yaml

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ on:
66
- cron: "0 6 * * *"
77

88
jobs:
9-
call-image-scan-registry:
9+
call-image-scan-registry-mem:
1010
uses: Apicurio/apicurio-gh-workflows/.github/workflows/image-scan.yaml@main
1111
with:
1212
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+
uses: Apicurio/apicurio-gh-workflows/.github/workflows/image-scan.yaml@main
21+
with:
22+
image: quay.io/apicurio/apicurio-registry-kafkasql:latest-snapshot
23+

0 commit comments

Comments
 (0)