Skip to content

Commit 249ec72

Browse files
committed
Fixed missing Actions workflow input
1 parent f2182c4 commit 249ec72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/container-image-scan.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Container image scan (reusable)
22

33
on:
44
workflow_call:
5+
inputs:
6+
image_version:
7+
description: The Docker container image version
8+
required: true
9+
default: latest
510

611
jobs:
712
container-image-scan:

0 commit comments

Comments
 (0)