We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338c91d commit ee0130bCopy full SHA for ee0130b
.github/workflows/image-scan.yaml
@@ -11,7 +11,14 @@ on:
11
- cron: "0 6 * * *"
12
13
jobs:
14
+ call-image-scan-registry-default:
15
+ if: ${{ github.event.inputs.image }} == ''
16
+ uses: Apicurio/apicurio-gh-workflows/.github/workflows/image-scan.yaml@main
17
+ with:
18
+ image: quay.io/apicurio/apicurio-registry:latest-snapshot
19
+
20
call-image-scan-registry:
21
+ if: ${{ github.event.inputs.image }} != ''
22
uses: Apicurio/apicurio-gh-workflows/.github/workflows/image-scan.yaml@main
23
with:
24
image: ${{ github.event.inputs.image }}
0 commit comments